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: Iff9d0cd3a9c9107b83d34872c6efaf945203286b
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2018-08-22 21:13:25 -05:00
parent 10d4966810
commit 35e44008f4
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 {