Skip to content

Commit

Permalink
Merge pull request #10 from evgkrsk/update-helm
Browse files Browse the repository at this point in the history
Update helm to 3.8.0
  • Loading branch information
evgkrsk authored Jan 24, 2022
2 parents 1242fef + 156e0d8 commit 77fd678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN set -ex && \
upx -9 /usr/local/bin/werf && \
:

ENV HELM_VERSION 3.7.2
ENV HELM_VERSION 3.8.0
ENV HELM_FILENAME helm-v${HELM_VERSION}-linux-amd64.tar.gz
RUN set -ex && \
curl -sSL https://get.helm.sh/${HELM_FILENAME} | tar xz && \
Expand Down

0 comments on commit 77fd678

Please sign in to comment.