From 1803697a20f961c90fee96e60a89ed9732815585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 16 Jun 2026 18:36:02 +0200 Subject: [PATCH] prometheus: Recreate grafana DP to avoid lock on db --- values/prometheus/values/prometheus.yaml.gotmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/values/prometheus/values/prometheus.yaml.gotmpl b/values/prometheus/values/prometheus.yaml.gotmpl index 00dafb96..e9504575 100644 --- a/values/prometheus/values/prometheus.yaml.gotmpl +++ b/values/prometheus/values/prometheus.yaml.gotmpl @@ -106,6 +106,8 @@ alertmanager: grafana: defaultDashboardsEnabled: {{ .Values.prometheus.grafana.defaultDashboardsEnabled }} + deploymentStrategy: + type: Recreate {{- if .Values.prometheus.grafana.plugins }} plugins: {{- range .Values.prometheus.grafana.plugins }}