grafana: change deploymentstrategy to recreate

This commit is contained in:
2025-05-27 10:13:51 -04:00
parent a23d978668
commit 7110b1878d

View File

@@ -15,7 +15,7 @@ grafana:
createConfigmap: true createConfigmap: true
defaultCurlOptions: -skf defaultCurlOptions: -skf
deploymentStrategy: deploymentStrategy:
type: RollingUpdate type: Recreate
downloadDashboardsImage: downloadDashboardsImage:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
registry: docker.io registry: docker.io