Skip to content

Commit 8708bc5

Browse files
authored
[FIX] Fix dockerfile (#39)
Signed-off-by: cmuraru <[email protected]>
1 parent 8c85b9b commit 8708bc5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build_scripts/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ARG KUBECTL_VERSION="v1.13.7"
2929
ARG AWS_IAM_AUTHENTICATOR_VERSION="1.13.7/2019-06-11"
3030
ARG HELM_VERSION="v2.14.1"
3131
ARG HELM_FILE_VERSION="v0.79.4"
32+
ARG HELM_DIFF_VERSION="2.11.0%2B5"
3233

3334

3435
COPY --from=compile-image /sources/dist /dist
@@ -66,8 +67,9 @@ ENV HOME=/home/ops
6667
WORKDIR /home/ops
6768

6869
RUN 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

7274
USER root
7375
RUN HELM_HOME=/home/ops/.helm helm plugin install https://github.com/futuresimple/helm-secrets

0 commit comments

Comments
 (0)