Skip to content

Commit

Permalink
Update to helm-3.9.4, helmfile-0.145.4 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgkrsk authored Aug 25, 2022
1 parent e24f35c commit 613f149
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 @@ -29,7 +29,7 @@ RUN set -ex && \
:

# https://github.com/helm/helm/releases
ENV HELM_VERSION 3.9.3
ENV HELM_VERSION 3.9.4
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 All @@ -52,7 +52,7 @@ RUN set -ex && \
:

# https://github.com/helmfile/helmfile/releases
ENV HELMFILE_VERSION 0.145.3
ENV HELMFILE_VERSION 0.145.4
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 613f149

Please sign in to comment.