Update helm chart stable repository URL

The stable repository for helm charts was moved to a new URL. The
old one will be unavailable soon.

Change-Id: I34300992764bab012e8dd602d75f19817dcdd7ba
This commit is contained in:
Thomas Draebing 2020-11-20 09:32:03 +01:00
parent bec7bf7897
commit f9867a49ef

View file

@ -35,7 +35,7 @@ TEMPLATES = [
]
HELM_REPOS = {
"stable": "https://kubernetes-charts.storage.googleapis.com",
"stable": "https://charts.helm.sh/stable",
"loki": "https://grafana.github.io/loki/charts",
}