Merge pull request #6385 from oomichi/update-helm

Update helm stable repo
This commit is contained in:
Kubernetes Prow Robot 2020-10-28 15:08:59 -07:00 committed by GitHub
commit 92a96838cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ This chart bootstraps an ingress-nginx deployment on a [Kubernetes](http://kuber
```console
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
```