From 51a6dbe2e4a99ab7f61bd5737456223bfe7e8698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 7 Jun 2026 21:49:40 +0000 Subject: [PATCH] modified: services/monitoring/deploy/prometheus/helm/helm-release.yaml modified: services/monitoring/deploy/promtail/helm-release.yaml --- services/monitoring/deploy/prometheus/helm/helm-release.yaml | 2 +- services/monitoring/deploy/promtail/helm-release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/monitoring/deploy/prometheus/helm/helm-release.yaml b/services/monitoring/deploy/prometheus/helm/helm-release.yaml index e7384b4..1b16d97 100644 --- a/services/monitoring/deploy/prometheus/helm/helm-release.yaml +++ b/services/monitoring/deploy/prometheus/helm/helm-release.yaml @@ -1,7 +1,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: - name: monitoring + name: prometheus-stack spec: releaseName: prometheus-stack interval: 40h diff --git a/services/monitoring/deploy/promtail/helm-release.yaml b/services/monitoring/deploy/promtail/helm-release.yaml index 5c7b792..3d95a81 100644 --- a/services/monitoring/deploy/promtail/helm-release.yaml +++ b/services/monitoring/deploy/promtail/helm-release.yaml @@ -1,7 +1,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: - name: monitoring + name: promtail spec: releaseName: promtail interval: 40h @@ -11,7 +11,7 @@ spec: version: 6.x.x sourceRef: kind: HelmRepository - name: https://grafana.github.io/helm-charts + name: grafana interval: 40h valuesFrom: - kind: Secret