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:
Thomas Draebing 2020-11-24 13:53:45 +01:00 committed by Thomas Dräbing
parent f9867a49ef
commit baa386bd98
4 changed files with 568 additions and 399 deletions

View file

@ -1 +1 @@
9.5.4
12.0.0

File diff suppressed because it is too large Load diff

View file

@ -15,6 +15,6 @@
HELM_CHARTS = {
"grafana": "stable/grafana",
"loki": "loki/loki",
"prometheus": "stable/prometheus",
"prometheus": "prometheus-community/prometheus",
"promtail": "loki/promtail",
}

View file

@ -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 = [