From 79368bf71275b11f554fe99a488eaadf289c54ee Mon Sep 17 00:00:00 2001 From: wyoa-bot <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 08:02:57 +0000 Subject: [PATCH] fix(helm): update chart grafana to 6.60.3 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | grafana | 6.60.2 | 6.60.3 | --- 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 a972407e7..730379ded 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: 6.60.2 + version: 6.60.3 sourceRef: kind: HelmRepository name: grafana