Update helm stable repo
As https://helm.sh/blog/new-location-stable-incubator-charts/ helm stable repo is changed to https://charts.helm.sh/stable In addition, if using helm v3.4.0+ the old stable repo installation is failed. So this updates the stable repo to avoid such error.
This commit is contained in:
parent
2c1279cd8b
commit
cf80ae96e4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ This chart bootstraps an ingress-nginx deployment on a [Kubernetes](http://kuber
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
||||||
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
|
helm repo add stable https://charts.helm.sh/stable
|
||||||
helm repo update
|
helm repo update
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue