From 505c74226a12c4d410292d164a7a249c82608e53 Mon Sep 17 00:00:00 2001 From: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:08:54 +0000 Subject: [PATCH] fix(helm): update helm release grafana to v7.0.11 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | grafana | 7.0.10 | 7.0.11 | --- 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 dc0d12056..4ae489e5c 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.10 + version: 7.0.11 sourceRef: kind: HelmRepository name: grafana-charts