From 311c901452e88273d98208f2f5fd3216c4da1c39 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Jun 2024 23:50:12 +0000 Subject: [PATCH] fix(helm): update chart grafana to 7.3.12 --- cluster/apps/monitoring/grafana/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/monitoring/grafana/helm-release.yaml b/cluster/apps/monitoring/grafana/helm-release.yaml index d4c03a47..7ff78fa6 100644 --- a/cluster/apps/monitoring/grafana/helm-release.yaml +++ b/cluster/apps/monitoring/grafana/helm-release.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: grafana - version: "7.3.11" + version: "7.3.12" sourceRef: kind: HelmRepository name: grafana-charts -- 2.45.3