From 043748093b12735dc17903ed0d4d34e761e3f2e1 Mon Sep 17 00:00:00 2001 From: wyoa-bot <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 20:06:11 +0000 Subject: [PATCH] fix(helm): update chart grafana to 7.3.2 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | helm | grafana | 7.3.1 | 7.3.2 | --- 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 9a1b59ac3..0e55daf99 100644 --- a/cluster/apps/monitoring/grafana/helm-release.yaml +++ b/cluster/apps/monitoring/grafana/helm-release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: grafana - version: 7.3.1 + version: 7.3.2 sourceRef: kind: HelmRepository name: grafana