Skip to content

Commit

Permalink
Update to helmfile-0.145.2 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgkrsk authored Jul 6, 2022
1 parent 6cbfd69 commit ce5af3d
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 @@ -51,7 +51,7 @@ RUN set -ex && \
rm -rf /tmp/helm* && rm -rf /root/.cache/helm \
:

ENV HELMFILE_VERSION 0.145.1
ENV HELMFILE_VERSION 0.145.2
RUN set -ex && \
curl -sSL https://github.com/helmfile/helmfile/releases/download/v${HELMFILE_VERSION}/helmfile_${HELMFILE_VERSION}_linux_amd64.tar.gz | tar xz && \
mv helmfile /usr/local/bin/helmfile && \
Expand Down

0 comments on commit ce5af3d

Please sign in to comment.