Helm: Move to use current target version of helm for airship

This PS updates the make scripts for charts to use the current version
of helm targetted by ariship.

Change-Id: Iaf49b28516e2b5b5d1fe063b54171a321bd1d64f
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2018-08-22 20:54:16 -05:00
parent 6d01f3f07b
commit 85215e9449
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
set -x
HELM=$1
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.7.2-linux-amd64.tar.gz"}
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.tar.gz"}
function install_helm_binary {