From f08da43e6c6cbcfd59c6a9e53b2e68ede58d1f4a Mon Sep 17 00:00:00 2001 From: Andrew Nazarov Date: Mon, 18 Nov 2019 02:47:06 +0300 Subject: [PATCH] Remove a helm-tiller plugin from a Helm 3 docker image (#977) Resolves #976 --- Dockerfile.helm3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.helm3 b/Dockerfile.helm3 index 1436b2cb..8b1eacd2 100644 --- a/Dockerfile.helm3 +++ b/Dockerfile.helm3 @@ -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