From 43246116778ce60955eb7148151945635fc6bab3 Mon Sep 17 00:00:00 2001 From: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 03:07:32 +0000 Subject: [PATCH] fix(helm): update helm release grafana to v7.0.1 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | helm | grafana | 7.0.0 | 7.0.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 6ee7c9228..c4cd9e65b 100644 --- a/cluster/apps/monitoring/grafana/helm-release.yaml +++ b/cluster/apps/monitoring/grafana/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://grafana.github.io/helm-charts chart: grafana - version: 7.0.0 + version: 7.0.1 sourceRef: kind: HelmRepository name: grafana-charts