From 58641250f861e2f3c21d19401c1707d9bebb890c 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 7d8c1789b..2196bcf42 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