From 01ae59fedd71960e2b5e98579bdd9553f2e2b37c Mon Sep 17 00:00:00 2001 From: Tibo Beijen Date: Sat, 31 Aug 2019 07:38:36 +0200 Subject: [PATCH] add helm-tiller plugin to docker image (#825) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 063d34af..adb406a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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