From 6798c3895d145f9c474823adf7ae2ae3abbda519 Mon Sep 17 00:00:00 2001 From: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:06:44 +0000 Subject: [PATCH] fix(helm): update helm release grafana to v7.0.9 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | helm | grafana | 7.0.8 | 7.0.9 | --- 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 00a37c9f0..77c0f70a7 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.8 + version: 7.0.9 sourceRef: kind: HelmRepository name: grafana-charts