From dc3efe0e852bacd9f641b2d67811a768db0bf481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 21 Jun 2026 13:11:31 +0000 Subject: [PATCH] monitoring: fix prometheus chartName --- services/monitoring/deploy/prometheus/helm-release.yaml | 2 +- services/monitoring/deploy/prometheus/helm-repo.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/monitoring/deploy/prometheus/helm-release.yaml b/services/monitoring/deploy/prometheus/helm-release.yaml index 7535402..2374c0b 100644 --- a/services/monitoring/deploy/prometheus/helm-release.yaml +++ b/services/monitoring/deploy/prometheus/helm-release.yaml @@ -1,7 +1,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: - name: prometheus + name: kube-prometheus-stack spec: releaseName: prometheus interval: 1m diff --git a/services/monitoring/deploy/prometheus/helm-repo.yaml b/services/monitoring/deploy/prometheus/helm-repo.yaml index 720e4be..84d6367 100644 --- a/services/monitoring/deploy/prometheus/helm-repo.yaml +++ b/services/monitoring/deploy/prometheus/helm-repo.yaml @@ -1,7 +1,7 @@ apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: - name: prometheus-stack + name: prometheus spec: interval: 40h url: https://prometheus-community.github.io/helm-charts \ No newline at end of file