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:
parent
bec7bf7897
commit
f9867a49ef
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue