From e8663439f121656c1204aa67f2e3e4b0a1320ad9 Mon Sep 17 00:00:00 2001 From: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 13:11:43 +0000 Subject: [PATCH] fix(helm): update helm release grafana to v6.58.1 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | grafana | 6.58.0 | 6.58.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 871cb196e..45e2f23e0 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: 6.58.0 + version: 6.58.1 sourceRef: kind: HelmRepository name: grafana-charts