From 62167c623b1a58967507c2712586f447f97922ed Mon Sep 17 00:00:00 2001 From: "aisling-bot[bot]" <166857493+aisling-bot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:57:59 -0400 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20grafana=20(=208.4.5=20?= =?UTF-8?q?=E2=86=92=208.4.6=20)=20(#284)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: aisling-bot[bot] <166857493+aisling-bot[bot]@users.noreply.github.com> --- cluster/monitoring/grafana/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/monitoring/grafana/kustomization.yaml b/cluster/monitoring/grafana/kustomization.yaml index fc09caa9..7d387441 100644 --- a/cluster/monitoring/grafana/kustomization.yaml +++ b/cluster/monitoring/grafana/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization helmCharts: - name: grafana repo: https://grafana.github.io/helm-charts - version: 8.4.5 + version: 8.4.6 releaseName: grafana valuesFile: helmvalues.yaml namespace: monitoring