From cf80ae96e496b98ea51d76c4e1e1d3890aff3371 Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Wed, 28 Oct 2020 21:58:59 +0000 Subject: [PATCH] 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. --- charts/ingress-nginx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ingress-nginx/README.md b/charts/ingress-nginx/README.md index 1ab152a2d..1a157d578 100644 --- a/charts/ingress-nginx/README.md +++ b/charts/ingress-nginx/README.md @@ -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 ```