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