From 9b2a770dbe2f16a31be2193d29f0f03778d3e732 Mon Sep 17 00:00:00 2001 From: Andrey Tuzhilin Date: Sun, 14 Mar 2021 12:10:12 +0300 Subject: [PATCH] feat(Dockerfile): pin helm-secrets version --- Dockerfile.helm3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.helm3 b/Dockerfile.helm3 index c7b6efb9..8b3157ec 100644 --- a/Dockerfile.helm3 +++ b/Dockerfile.helm3 @@ -46,7 +46,7 @@ RUN set -x && \ mv kustomize /usr/local/bin/kustomize RUN helm plugin install https://github.com/databus23/helm-diff --version v3.1.3 && \ - helm plugin install https://github.com/jkroepke/helm-secrets && \ + 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