summaryrefslogtreecommitdiff
path: root/qa/qa/service/cluster_provider/gcloud.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/service/cluster_provider/gcloud.rb')
-rw-r--r--qa/qa/service/cluster_provider/gcloud.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/service/cluster_provider/gcloud.rb b/qa/qa/service/cluster_provider/gcloud.rb
index 14c13eecb8d..749ebca8897 100644
--- a/qa/qa/service/cluster_provider/gcloud.rb
+++ b/qa/qa/service/cluster_provider/gcloud.rb
@@ -55,7 +55,7 @@ module QA
shell <<~CMD.tr("\n", ' ')
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 &&
chmod 700 get_helm.sh &&
- ./get_helm.sh
+ DESIRED_VERSION=v3.7.0 ./get_helm.sh
CMD
end