Skip to content

Commit

Permalink
Update to helm-secrets-4.2.2 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgkrsk committed Nov 21, 2022
1 parent ad58a00 commit 8e640bc
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 @@ -45,7 +45,7 @@ ENV HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true
ENV HELM_DIFF_NORMALIZE_MANIFESTS=true
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.6.0 && \
upx -9 /root/.local/share/helm/plugins/helm-diff/bin/diff && \
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.2.1 && \
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.2.2 && \
rm -rf /root/.local/share/helm/plugins/helm-secrets/.git && \
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.14.0 && \
upx -9 /root/.local/share/helm/plugins/helm-s3.git/bin/helm-s3 && \
Expand Down

0 comments on commit 8e640bc

Please sign in to comment.