From b3e5b5bf488e2ae6eb0d98f5e22e50079b8d5210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Wed, 17 Jun 2026 20:41:47 +0000 Subject: [PATCH] modified: services/monitoring/deploy/promtail/helm-release.yaml modified: services/monitoring/deploy/promtail/helm-repo.yaml --- services/monitoring/deploy/promtail/helm-release.yaml | 4 ++-- services/monitoring/deploy/promtail/helm-repo.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/monitoring/deploy/promtail/helm-release.yaml b/services/monitoring/deploy/promtail/helm-release.yaml index 3d95a81..a4a5f87 100644 --- a/services/monitoring/deploy/promtail/helm-release.yaml +++ b/services/monitoring/deploy/promtail/helm-release.yaml @@ -4,14 +4,14 @@ metadata: name: promtail spec: releaseName: promtail - interval: 40h + interval: 1m chart: spec: chart: promtail version: 6.x.x sourceRef: kind: HelmRepository - name: grafana + name: grafana-legacy interval: 40h valuesFrom: - kind: Secret diff --git a/services/monitoring/deploy/promtail/helm-repo.yaml b/services/monitoring/deploy/promtail/helm-repo.yaml index b39d1a8..3a21612 100644 --- a/services/monitoring/deploy/promtail/helm-repo.yaml +++ b/services/monitoring/deploy/promtail/helm-repo.yaml @@ -1,7 +1,7 @@ apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: - name: grafana + name: grafana-legacy spec: interval: 40h url: https://grafana.github.io/helm-charts \ No newline at end of file