diff --git a/subcommands/install.py b/subcommands/install.py index 871f797..b4a91d6 100644 --- a/subcommands/install.py +++ b/subcommands/install.py @@ -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", }