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:
parent
10d4966810
commit
35e44008f4
@ -17,7 +17,7 @@
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
HELM=$1
|
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 {
|
function install_helm_binary {
|
||||||
|
Loading…
Reference in New Issue
Block a user