From 829da82a624893dd8d59560222b0eeba7befb660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 29 Aug 2026 20:27:14 +0000 Subject: [PATCH] new file: services/monitoring/deploy/alloy/global/grafana-helm-repo.yaml modified: services/monitoring/deploy/alloy/global/kustomization.yaml --- .../monitoring/deploy/alloy/global/grafana-helm-repo.yaml | 8 ++++++++ .../monitoring/deploy/alloy/global/kustomization.yaml | 1 + 2 files changed, 9 insertions(+) create mode 100644 services/monitoring/deploy/alloy/global/grafana-helm-repo.yaml diff --git a/services/monitoring/deploy/alloy/global/grafana-helm-repo.yaml b/services/monitoring/deploy/alloy/global/grafana-helm-repo.yaml new file mode 100644 index 0000000..ef5e9e8 --- /dev/null +++ b/services/monitoring/deploy/alloy/global/grafana-helm-repo.yaml @@ -0,0 +1,8 @@ +apiVersion: source.toolkit.fluxcd.io/v1 +kind: HelmRepository +metadata: + name: grafana +spec: + interval: 24h + url: https://grafana.github.io/helm-charts + \ No newline at end of file diff --git a/services/monitoring/deploy/alloy/global/kustomization.yaml b/services/monitoring/deploy/alloy/global/kustomization.yaml index dfa4133..52c6220 100644 --- a/services/monitoring/deploy/alloy/global/kustomization.yaml +++ b/services/monitoring/deploy/alloy/global/kustomization.yaml @@ -3,5 +3,6 @@ kind: Kustomization namespace: monitoring resources: - secrets.yaml + - grafana-help-repo.yaml generatorOptions: disableNameSuffixHash: true \ No newline at end of file