diff --git a/deploy/test/Dockerfile b/deploy/test/Dockerfile index 21054ad5b..61773b538 100644 --- a/deploy/test/Dockerfile +++ b/deploy/test/Dockerfile @@ -26,7 +26,8 @@ RUN mkdir -p ocbin && \ rm -rf ocbin oc.tar.gz # Install Helm -RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 && \ +RUN export DESIRED_VERSION=v3.7.1 && \ + 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