From 4a86b4f5767105309776a442ec3a5885b1d7a49e Mon Sep 17 00:00:00 2001 From: wyoa-bot <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:07:28 +0000 Subject: [PATCH] fix(helm): update chart grafana to 7.3.1 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | helm | grafana | 7.3.0 | 7.3.1 | --- 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 8abebbb3b..9a1b59ac3 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.0 + version: 7.3.1 sourceRef: kind: HelmRepository name: grafana