failed to fetch https://charts.helm.sh/stable/nginx-ingress-1.41.3.tgz : 404 Not Found code example

Example: 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

Tags:

Misc Example