From 5a802490bc3902bb9cb6196db1b46d4b60918382 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 23 Feb 2023 14:51:24 +0800 Subject: [PATCH] set helm-push-artifactory-plugin version: v1.0.2 --- oci/app-runner/chart-builder-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci/app-runner/chart-builder-alpine/Dockerfile b/oci/app-runner/chart-builder-alpine/Dockerfile index 3ac7c7b..09cd9d6 100644 --- a/oci/app-runner/chart-builder-alpine/Dockerfile +++ b/oci/app-runner/chart-builder-alpine/Dockerfile @@ -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