Skip to content

Commit

Permalink
Merge pull request #20 from evgkrsk/update-helmfile-kustomize
Browse files Browse the repository at this point in the history
Update helmfile to 0.143.5 and kustomize to 4.5.4
  • Loading branch information
evgkrsk authored Mar 29, 2022
2 parents ae0304b + 3abb616 commit 6ae965b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ RUN set -ex && \
:

# https://github.com/roboll/helmfile/releases
ENV HELMFILE_VERSION 0.143.4
ENV HELMFILE_VERSION 0.143.5
RUN set -ex && \
curl -sSL https://github.com/roboll/helmfile/releases/download/v${HELMFILE_VERSION}/helmfile_linux_amd64 -o /usr/local/bin/helmfile && \
chmod +x /usr/local/bin/helmfile && \
upx -9 /usr/local/bin/helmfile && \
:

# https://github.com/kubernetes-sigs/kustomize/releases
ENV KUSTOMIZE_VERSION 4.5.3
ENV KUSTOMIZE_VERSION 4.5.4
RUN set -ex && \
curl -sSL https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_amd64.tar.gz | tar xz && \
mv kustomize /usr/local/bin/kustomize && \
Expand Down

0 comments on commit 6ae965b

Please sign in to comment.