Answers for ""Error: no repositories found. You must add one before updating""

1

Error: no repositories found. You must add one before updating

# Below command is not working
$ helm repo add stable https://kubernetes-charts.storage.googleapis.com/

Error: repo "https://kubernetes-charts.storage.googleapis.com/" is no longer available; try "https://charts.helm.sh/stable" instead

#Try this one, it's wokring.
$ helm repo add stable https://charts.helm.sh/stable

"stable" has been added to your repositories
Posted by: Guest on November-12-2020

Code answers related to ""Error: no repositories found. You must add one before updating""

Browse Popular Code Answers by Language