Skip to content

Commit

Permalink
Temporary: pin DESIRED_VERSION when installing Helm
Browse files Browse the repository at this point in the history
  • Loading branch information
john-odonnell committed Oct 22, 2021
1 parent 7b86ac9 commit c314d85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c314d85

Please sign in to comment.