Skip to content

Commit

Permalink
Upgrade helm-diff to 3.3.2, helmfile to 0.143.0 (#6)
Browse files Browse the repository at this point in the history
* Upgrade helm-diff to 3.3.2
* Upgrade helmdiff to 0.143.0
* Configure helm-diff to work "just as expected"
  • Loading branch information
evgkrsk authored Jan 11, 2022
1 parent 2c742ed commit 7f0361b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ RUN set -ex && \
upx -9 /usr/local/bin/helm && \
:

ENV HELM_DIFF_COLOR=true
ENV HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true
ENV HELM_DIFF_THREE_WAY_MERGE=true
ENV HELM_DIFF_USE_UPGRADE_DRY_RUN=true
RUN set -ex && \
helm plugin install https://github.com/databus23/helm-diff --version v3.2.0 && \
helm plugin install https://github.com/databus23/helm-diff --version v3.3.2 && \
upx -9 /root/.local/share/helm/plugins/helm-diff/bin/diff && \
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.11.0 && \
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.10.0 && \
Expand All @@ -41,7 +45,7 @@ RUN set -ex && \
rm -rf /tmp/helm* && rm -rf /root/.cache/helm \
:

ENV HELMFILE_VERSION 0.142.0
ENV HELMFILE_VERSION 0.143.0
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 && \
Expand Down

0 comments on commit 7f0361b

Please sign in to comment.