"helm v3 - cannot find the official repo" Code Answer

1

the stable repository is hosted on https://kubernetes-charts.storage.googleapis.com/. so, try the following:

helm repo add stable https://kubernetes-charts.storage.googleapis.com/

edit 2020-11-16: the above repository seems to have been deprecated. the following should now work instead:

helm repo add stable https://charts.helm.sh/stable
By Grinn on June 13 2022

Answers related to “helm v3 - cannot find the official repo”

Only authorized users can answer the Search term. Please sign in first, or register a free account.