Skip to content

Commit 08d76dc

Browse files
soohyunmeclaude
andcommitted
fix(monitoring): add Promtail to the correct kustomization and fix repo URL
ArgoCD builds infrastructure/base/monitoring/kustomization.yaml directly — the loki/kustomization.yaml sub-file was never referenced and was ignored. - Move Promtail HelmChart into the root monitoring kustomization - Fix lingering grafana-community repo URL to grafana.github.io Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4eed855 commit 08d76dc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

infrastructure/base/monitoring/kustomization.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ resources:
77

88
helmCharts:
99
- name: loki
10-
repo: https://grafana-community.github.io/helm-charts
10+
repo: https://grafana.github.io/helm-charts
1111
version: 6.55.0
1212
releaseName: loki
1313
namespace: monitoring
1414
valuesFile: loki/values.yaml
15+
- name: promtail
16+
repo: https://grafana.github.io/helm-charts
17+
version: 6.16.6
18+
releaseName: promtail
19+
namespace: monitoring
20+
valuesFile: loki/promtail-values.yaml

0 commit comments

Comments
 (0)