From 35e44008f45ad9b765e49f4494d4d329fff86991 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Wed, 22 Aug 2018 21:13:25 -0500 Subject: [PATCH] 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 --- tools/helm_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/helm_install.sh b/tools/helm_install.sh index 7c5c191..0393ba1 100755 --- a/tools/helm_install.sh +++ b/tools/helm_install.sh @@ -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 {