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-11-12 00:23:46 +00:00
|
|
|
targetRevision: 41.7.4
|
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/
|
2022-09-17 11:30:03 +00:00
|
|
|
targetRevision: kube-prometheus-stack-40.0.2
|
2022-05-16 14:14:30 +00:00
|
|
|
directory:
|
|
|
|
recurse: true
|
|
|
|
syncPolicy:
|
|
|
|
syncOptions:
|
|
|
|
- Replace=true
|