Update helm installation script
Updates the helm installation script to download and install v2.17.0 from get.helm.sh (instead of v2.16.9 from storage.googleapis.com). Change-Id: I805bf95abcc97dc5dacfb6b2b0f1b671404df2cd
This commit is contained in:
parent
d657f7968c
commit
c8eba1688c
@ -17,7 +17,7 @@
|
||||
set -x
|
||||
|
||||
HELM=$1
|
||||
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.16.9-linux-amd64.tar.gz"}
|
||||
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://get.helm.sh/helm-v2.17.0-linux-amd64.tar.gz"}
|
||||
|
||||
|
||||
function install_helm_binary {
|
||||
|
Loading…
Reference in New Issue
Block a user