From cb93a1e299363b62bddd1e78b4d99cab269e09bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Wed, 10 Jun 2026 10:44:18 +0200 Subject: [PATCH] grafana: Bump PVC to 20Gi --- values/prometheus/values/prometheus.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/prometheus/values/prometheus.yaml.gotmpl b/values/prometheus/values/prometheus.yaml.gotmpl index 79a4db69..baf15c00 100644 --- a/values/prometheus/values/prometheus.yaml.gotmpl +++ b/values/prometheus/values/prometheus.yaml.gotmpl @@ -167,7 +167,7 @@ grafana: {{- if .Values.prometheus.grafana.persistence }} persistence: enabled: true - size: 10Gi + size: 20Gi {{- end }} ingress: enabled: true