Adding the Stable Chart Repo After Deprecation

in #blog2 years ago

Many may already know that the stable chart repo has been deprecated:

image.png

Now that it's deprecated? How do we gain access?

You can still add the stable repo with

helm repo add stable https://charts.helm.sh/stable
helm repo update

That is all. I am posting this because I had recently needed to use the stable repo after forgetting what happened to it. It is here now if I forget again in the future.