From c4de5942d9437e32b61eb6baf57beb1ed0aa478b Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 28 Sep 2024 21:53:15 +0200 Subject: [PATCH] Install prometheus and grafana --- installations/applications/helmfile.yaml | 2 +- installations/monitoring/helmfile.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/installations/applications/helmfile.yaml b/installations/applications/helmfile.yaml index e93c5d7..27aa070 100644 --- a/installations/applications/helmfile.yaml +++ b/installations/applications/helmfile.yaml @@ -105,7 +105,7 @@ releases: chart: grafana/grafana namespace: applications version: 8.5.1 - installed: false + installed: true inherit: - template: default-env-values - template: default-env-secrets diff --git a/installations/monitoring/helmfile.yaml b/installations/monitoring/helmfile.yaml index 5d23cf8..72e28ab 100644 --- a/installations/monitoring/helmfile.yaml +++ b/installations/monitoring/helmfile.yaml @@ -9,8 +9,7 @@ repositories: releases: - name: prometheus chart: prometheus-community/kube-prometheus-stack - namespace: monitoring - installed: false + namespace: observability version: 62.7.0 inherit: - template: default-env-values