diff --git a/qa/qa/service/cluster_provider/gcloud.rb b/qa/qa/service/cluster_provider/gcloud.rb
index 8c41e3e7dd7d4a7bb53310fa4decb12846ed8fc8..cdd2538dcf8a3b67989b7c3662e4c4a671efc405 100644
--- a/qa/qa/service/cluster_provider/gcloud.rb
+++ b/qa/qa/service/cluster_provider/gcloud.rb
@@ -130,7 +130,7 @@ def install_helm
           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 &&
-            DESIRED_VERSION=v3.7.0 ./get_helm.sh
+            DESIRED_VERSION=v3.11.0 ./get_helm.sh
           CMD
         end