Remove a helm-tiller plugin from a Helm 3 docker image (#977)

Resolves #976
This commit is contained in:
Andrew Nazarov 2019-11-18 02:47:06 +03:00 committed by KUOKA Yusuke
parent 468b9b659d
commit f08da43e6c
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/${KUBECT
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/rimusz/helm-tiller
helm plugin install https://github.com/aslafy-z/helm-git.git
COPY --from=builder /workspace/helmfile/dist/helmfile_linux_amd64 /usr/local/bin/helmfile