Remove a helm-tiller plugin from a Helm 3 docker image (#977)
Resolves #976
This commit is contained in:
parent
468b9b659d
commit
f08da43e6c
|
|
@ -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 && \
|
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/futuresimple/helm-secrets && \
|
||||||
helm plugin install https://github.com/hypnoglow/helm-s3.git && \
|
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
|
COPY --from=builder /workspace/helmfile/dist/helmfile_linux_amd64 /usr/local/bin/helmfile
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue