Skip to content

Commit

Permalink
Update to helmfile-0.149.0 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgkrsk committed Dec 15, 2022
1 parent b7e933c commit d1c7472
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 @@ -57,7 +57,7 @@ RUN helm plugin install https://github.com/databus23/helm-diff --version v3.6.0
:

# https://github.com/helmfile/helmfile/releases
ENV HELMFILE_VERSION 0.148.1
ENV HELMFILE_VERSION 0.149.0
RUN curl -sSL https://github.com/helmfile/helmfile/releases/download/v${HELMFILE_VERSION}/helmfile_${HELMFILE_VERSION}_linux_amd64.tar.gz | tar xz && \
file helmfile |grep statically && \
mv helmfile /usr/local/bin/helmfile && \
Expand Down

0 comments on commit d1c7472

Please sign in to comment.