I just want to install a specific version ingress-nginx 0.22.0 using helm. But it says the cart is not found in the repository mentioned in the documentaiton https://kubernetes.github.io/ingress-nginx/deploy/#quick-start
Below is the command I tried and the response for it.
helm upgrade --install ingress-nginx ingress-nginx --repo https://kubernetes.github.io/ingress-nginx --namespace ingress-nginx --create-namespace --version 0.22.0
Release "ingress-nginx" does not exist. Installing it now.
Error: chart "ingress-nginx" version "0.22.0" not found in https://kubernetes.github.io/ingress-nginx repository
Anyone familiar with a repo that I can provide here?