add helm-tiller plugin to docker image (#825)

This commit is contained in:
Tibo Beijen 2019-08-31 07:38:36 +02:00 committed by KUOKA Yusuke
parent 2a6bd24e3c
commit 01ae59fedd
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ RUN mkdir -p "$(helm home)/plugins"
RUN helm plugin install https://github.com/databus23/helm-diff && \
helm plugin install https://github.com/futuresimple/helm-secrets && \
helm plugin install https://github.com/hypnoglow/helm-s3.git && \
helm plugin install https://github.com/aslafy-z/helm-git.git
helm plugin install https://github.com/aslafy-z/helm-git.git && \
helm plugin install https://github.com/rimusz/helm-tiller
COPY --from=builder /workspace/helmfile/dist/helmfile_linux_amd64 /usr/local/bin/helmfile