diff --git a/Dockerfile b/Dockerfile index b4febe44..020d8e91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,9 @@ RUN wget ${HELM_LOCATION}/${HELM_FILENAME} && \ 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/futuresimple/helm-secrets && \ + helm plugin install https://github.com/hypnoglow/helm-s3.git && \ + helm plugin install https://github.com/aslafy-z/helm-git.git COPY --from=builder /workspace/helmfile/dist/helmfile_linux_amd64 /usr/local/bin/helmfile