diff --git a/Dockerfile b/Dockerfile index f713492..84baad4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,8 @@ RUN set -ex \ && rm -rf linux-amd64 RUN apk add --virtual .helm-build-deps git make \ - && helm plugin install https://github.com/chartmuseum/helm-push.git \ + && helm plugin install https://github.com/chartmuseum/helm-push.git --version ${HELM_PLUGIN_PUSH_VERSION} \ + && rm -rf /opt/helm/plugins/https-github.com-chartmuseum-helm-push.git \ && apk del --purge .helm-build-deps COPY entrypoint.sh /entrypoint.sh