2021-11-28 10:16:31 +00:00
|
|
|
config:
|
|
|
|
description: Grafana, Prometheus and friends
|
2022-04-03 17:59:29 +00:00
|
|
|
|
2021-11-28 10:16:31 +00:00
|
|
|
apps:
|
2022-04-03 17:59:29 +00:00
|
|
|
- name: kube-prometheus-stack
|
2022-05-16 14:14:30 +00:00
|
|
|
repoURL: https://prometheus-community.github.io/helm-charts
|
2022-04-03 17:59:29 +00:00
|
|
|
chart: kube-prometheus-stack
|
2022-08-18 00:58:07 +00:00
|
|
|
targetRevision: 39.8.0
|
2022-04-04 19:08:50 +00:00
|
|
|
secrets:
|
|
|
|
- name: grafana
|
|
|
|
keys:
|
|
|
|
- admin-password
|
|
|
|
- admin-user
|
2022-05-16 14:14:30 +00:00
|
|
|
|
|
|
|
- name: kube-prometheus-crds
|
|
|
|
repoURL: https://github.com/prometheus-community/helm-charts.git
|
|
|
|
path: charts/kube-prometheus-stack/crds/
|
|
|
|
targetRevision: kube-prometheus-stack-34.10.0
|
|
|
|
directory:
|
|
|
|
recurse: true
|
|
|
|
syncPolicy:
|
|
|
|
syncOptions:
|
|
|
|
- Replace=true
|