Azure / azure-cnab-quickstarts

CNAB packages to deploy applications from Azure to anywhere at all. Including Azure.
MIT License
57 stars 15 forks source link

[porter/mattermost-aks] Helm stable repo fails to fetch #97

Open tlaur opened 2 years ago

tlaur commented 2 years ago

Install fails after trying to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml as the URL is outdated. Correct location AFAIK should be https://charts.helm.sh/stable/

Hang tight while we grab the latest from your chart repositories... ...Skip local chart repository ...Successfully got an update from the "ingress-nginx" chart repository ...Successfully got an update from the "jetstack" chart repository ...Unable to get an update from the "stable" chart repository (https://kubernetes-charts.storage.googleapis.com): Failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden

carolynvs commented 2 years ago

The helm mixin was only for helm v2 which is deprecated. The fix for this error is to use the helm3 mixin instead.