From b9568a272c99dbe794bf74ba937dac8af7370701 Mon Sep 17 00:00:00 2001 From: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:07:06 +0000 Subject: [PATCH] fix(helm): update helm release grafana to v7.0.4 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | helm | grafana | 7.0.3 | 7.0.4 | --- 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 208ccb624..eec6ddad5 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.3 + version: 7.0.4 sourceRef: kind: HelmRepository name: grafana-charts