From 5f68b0db9821fd81b3a730396169448eef0e9337 Mon Sep 17 00:00:00 2001 From: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 04:07:37 +0000 Subject: [PATCH] fix(helm): update helm release grafana to v7.2.1 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | helm | grafana | 7.2.0 | 7.2.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 4b0482667..88a5b9b34 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.2.0 + version: 7.2.1 sourceRef: kind: HelmRepository name: grafana-charts