Skip to content

Commit

Permalink
parametrizing helm diff version
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Feb 14, 2019
1 parent 01e4ba8 commit 12e82c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfile/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ARG HELM_VERSION

ENV KUBE_VERSION ${KUBE_VERSION:-v1.11.3}
ENV HELM_VERSION ${HELM_VERSION:-v2.11.0}
ENV HELM_DIFF_VERSION ${HELM_DIFF_VERSION:-v2.11.0+3}

RUN apk --no-cache update \
&& apk add --update --no-cache ca-certificates git openssh \
Expand All @@ -44,7 +45,7 @@ COPY --from=builder /go/bin/helmsman /bin/helmsman
RUN mkdir -p ~/.helm/plugins \
&& helm plugin install https://github.com/hypnoglow/helm-s3.git \
&& helm plugin install https://github.com/nouney/helm-gcs \
&& helm plugin install https://github.com/databus23/helm-diff \
&& helm plugin install https://github.com/databus23/helm-diff --version ${HELM_DIFF_VERSION} \
&& helm plugin install https://github.com/futuresimple/helm-secrets \
&& rm -r /tmp/helm-diff /tmp/helm-diff.tgz

Expand Down

0 comments on commit 12e82c6

Please sign in to comment.