Uplift tiller and helm install script to v2.17.0

Uplifting tiller image to ghcr.io/helm/tiller:v2.17.0 since
v2.16.1 is not available anymore

Update the helm installation script to download and install v2.17.0

Change-Id: I92a7fe096a32377e155a298dc258bc2f4b93a2c1
This commit is contained in:
anthony.bellino
2021-08-09 09:08:36 -07:00
parent cd1b3dff9d
commit e79323f5e1
14 changed files with 14 additions and 14 deletions

View File

@@ -13,5 +13,5 @@ IMAGE_CONTROLLER_MANAGER=k8s.gcr.io/kube-controller-manager-amd64:v1.20.5
IMAGE_SCHEDULER=k8s.gcr.io/kube-scheduler-amd64:v1.20.5
IMAGE_PROXY=k8s.gcr.io/kube-proxy-amd64:v1.20.5
IMAGE_ANCHOR=cwedgwood/kubectl:v1.20.5-1
IMAGE_TILLER=gcr.io/kubernetes-helm/tiller:v2.16.1
IMAGE_TILLER=ghcr.io/helm/tiller:v2.17.0
KUBELET_URL=https://dl.k8s.io/v1.20.5/kubernetes-node-linux-amd64.tar.gz