Merge pull request #122 from philippeckel/update-Helm-diff-in-Dockerfile
Update Helm diff plugin to version 3.5.0 in Dockerfile
This commit is contained in:
commit
736edf89fe
|
|
@ -66,7 +66,7 @@ RUN set -x && \
|
||||||
mv age/age-keygen /usr/local/bin/age-keygen && \
|
mv age/age-keygen /usr/local/bin/age-keygen && \
|
||||||
rm -rf age-${AGE_VERSION}-linux-amd64.tar.gz age
|
rm -rf age-${AGE_VERSION}-linux-amd64.tar.gz age
|
||||||
|
|
||||||
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.3.1 && \
|
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.5.0 && \
|
||||||
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.5.0 && \
|
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.5.0 && \
|
||||||
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.10.0 && \
|
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.10.0 && \
|
||||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.10.0
|
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.10.0
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ RUN set -x && \
|
||||||
mv age/age-keygen /usr/local/bin/age-keygen && \
|
mv age/age-keygen /usr/local/bin/age-keygen && \
|
||||||
rm -rf age-${AGE_VERSION}-linux-amd64.tar.gz age
|
rm -rf age-${AGE_VERSION}-linux-amd64.tar.gz age
|
||||||
|
|
||||||
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.3.1 && \
|
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.5.0 && \
|
||||||
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.5.0 && \
|
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.5.0 && \
|
||||||
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.10.0 && \
|
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.10.0 && \
|
||||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.10.0
|
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.10.0
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ RUN set -x && \
|
||||||
mv age/age-keygen /usr/local/bin/age-keygen && \
|
mv age/age-keygen /usr/local/bin/age-keygen && \
|
||||||
rm -rf age-${AGE_VERSION}-linux-amd64.tar.gz age
|
rm -rf age-${AGE_VERSION}-linux-amd64.tar.gz age
|
||||||
|
|
||||||
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.3.1 && \
|
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.5.0 && \
|
||||||
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.5.0 && \
|
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.5.0 && \
|
||||||
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.10.0 && \
|
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.10.0 && \
|
||||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.10.0
|
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.10.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue