- Change from v1beta2 to v1 (v1beta2 is deprecated) - Resolves dry-run failure in monitoring Kustomization Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
19 lines
387 B
YAML
19 lines
387 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: prometheus-community
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
url: https://prometheus-community.github.io/helm-charts
|
|
|
|
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: grafana
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
url: https://grafana.github.io/helm-charts
|