From e87ae7f0755a320abb5790c47a8a714e89024276 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Thu, 3 Oct 2024 01:01:40 +0000 Subject: [PATCH] Update Helm release grafana to v8.5.2 --- installations/applications/helmfile.yaml | 2 +- installations/monitoring/helmfile.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installations/applications/helmfile.yaml b/installations/applications/helmfile.yaml index 95f785f..2001c17 100644 --- a/installations/applications/helmfile.yaml +++ b/installations/applications/helmfile.yaml @@ -104,7 +104,7 @@ releases: - name: grafana chart: grafana/grafana namespace: applications - version: 8.5.1 + version: 8.5.2 installed: true inherit: - template: default-env-values diff --git a/installations/monitoring/helmfile.yaml b/installations/monitoring/helmfile.yaml index 5489b8f..c0260b4 100644 --- a/installations/monitoring/helmfile.yaml +++ b/installations/monitoring/helmfile.yaml @@ -20,7 +20,7 @@ releases: - name: grafana chart: grafana/grafana namespace: applications - version: 8.5.1 + version: 8.5.2 installed: true inherit: - template: default-env-values