From 969d3796fa6ef9a897af79c3867509990d3d7b46 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 22 Apr 2021 11:13:20 +0530 Subject: [PATCH] build: install helm version from build.env Install the helm package based on the version specified in the build.env Signed-off-by: Madhu Rajanna (cherry picked from commit aa77b677a32dfc5bc4a2048da10f741409b2dcb5) --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 244cc3d97..1191647c8 100755 --- a/deploy.sh +++ b/deploy.sh @@ -105,7 +105,7 @@ if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then pushd "$CSI_CHARTS_DIR" >/dev/null - curl -L https://git.io/get_helm.sh | bash + curl -L https://git.io/get_helm.sh | bash -s -- --version "${HELM_VERSION}" build_step "cloning ceph/csi-charts repository" git clone https://github.com/ceph/csi-charts