From 77ee239db26c3f251add41fc0d13a1b13fbfc0e1 Mon Sep 17 00:00:00 2001 From: dudicoco <51051860+dudicoco@users.noreply.github.com> Date: Sat, 1 May 2021 06:26:54 +0300 Subject: [PATCH] Lock helm plugin versions in Dockerfile (#1821) --- Dockerfile.helm3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.helm3 b/Dockerfile.helm3 index 8b3157ec..337384e4 100644 --- a/Dockerfile.helm3 +++ b/Dockerfile.helm3 @@ -47,8 +47,8 @@ RUN set -x && \ RUN helm plugin install https://github.com/databus23/helm-diff --version v3.1.3 && \ helm plugin install https://github.com/jkroepke/helm-secrets --version v3.5.0 && \ - 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/hypnoglow/helm-s3.git --version v0.10.0 && \ + helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.10.0 COPY --from=builder /workspace/helmfile/dist/helmfile_linux_amd64 /usr/local/bin/helmfile