set helm-push-artifactory-plugin version: v1.0.2

This commit is contained in:
Haitao Pan 2023-02-23 14:51:24 +08:00
parent 85ea2ef428
commit 5a802490bc

View File

@ -19,7 +19,7 @@ RUN case `uname -m` in \
rm -rf linux-${ARCH} && \
chmod 755 /usr//bin/helm && \
helm plugin install https://github.com/chartmuseum/helm-push.git && \
helm plugin install https://github.com/belitre/helm-push-artifactory-plugin.git
helm plugin install https://github.com/belitre/helm-push-artifactory-plugin.git --version v1.0.2
ADD ca.crt /usr/share/ca-certificates/mozilla/Lets_Encrypt_ca.crt
RUN echo "mozilla/Lets_Encrypt_ca.crt" >> /etc/ca-certificates.conf && update-ca-certificates