Move stable repo to new location

Default stable repo for 2.16 is set to [0] that is deprecated
according to [1]. Setting stable repo to new location manually.

[0] https://kubernetes-charts.storage.googleapis.com
[1] https://helm.sh/blog/new-location-stable-incubator-charts/

Change-Id: I36e8598fcc2c787dd1561777149fb498269a797d
This commit is contained in:
Gupta, Sangeet (sg774j) 2020-12-22 16:37:43 +00:00 committed by Sangeet Gupta
parent ab1cf86e0e
commit 5bb5c6d3af
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ EOF
kubectl patch service tiller-deploy -n kube-system --patch "$(cat /tmp/tiller-deploy.yaml)"
kubectl --namespace=kube-system wait --timeout=240s --for=condition=Ready pod -l app=helm,name=tiller
helm init --client-only
helm init --client-only --stable-repo-url https://charts.helm.sh/stable
# Set up local helm server
sudo -E tee /etc/systemd/system/helm-serve.service << EOF