Update Prometheus chart to 12.0.0.
This also changes the helm chart repository, since the old one was
deprecated. Further, the new version adapts the resources to not
contain deprecated APIs.
Change-Id: Idd3f1ed48e22da303fd62d9c2ee63ccb959ed948
This commit is contained in:
parent
f9867a49ef
commit
baa386bd98
|
@ -1 +1 @@
|
|||
9.5.4
|
||||
12.0.0
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -15,6 +15,6 @@
|
|||
HELM_CHARTS = {
|
||||
"grafana": "stable/grafana",
|
||||
"loki": "loki/loki",
|
||||
"prometheus": "stable/prometheus",
|
||||
"prometheus": "prometheus-community/prometheus",
|
||||
"promtail": "loki/promtail",
|
||||
}
|
||||
|
|
|
@ -37,6 +37,7 @@ TEMPLATES = [
|
|||
HELM_REPOS = {
|
||||
"stable": "https://charts.helm.sh/stable",
|
||||
"loki": "https://grafana.github.io/loki/charts",
|
||||
"prometheus-community": "https://prometheus-community.github.io/helm-charts",
|
||||
}
|
||||
|
||||
LOOSE_RESOURCES = [
|
||||
|
|
Loading…
Reference in a new issue