File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ ARG KUBECTL_VERSION="v1.13.7"
2929ARG AWS_IAM_AUTHENTICATOR_VERSION="1.13.7/2019-06-11"
3030ARG HELM_VERSION="v2.14.1"
3131ARG HELM_FILE_VERSION="v0.79.4"
32+ ARG HELM_DIFF_VERSION="2.11.0%2B5"
3233
3334
3435COPY --from=compile-image /sources/dist /dist
@@ -66,8 +67,9 @@ ENV HOME=/home/ops
6667WORKDIR /home/ops
6768
6869RUN helm init --client-only
69- RUN helm plugin install https://github.com/databus23/helm-diff
70- RUN helm plugin install https://github.com/rimusz/helm-tiller
70+
71+ RUN curl -sSL https://github.com/databus23/helm-diff/releases/download/v${HELM_DIFF_VERSION}/helm-diff-linux.tgz | tar xvz -C $(helm home)/plugins
72+
7173
7274USER root
7375RUN HELM_HOME=/home/ops/.helm helm plugin install https://github.com/futuresimple/helm-secrets
You can’t perform that action at this time.
0 commit comments