From 312ca767511d9c26a69ef7e5fd4ab0d2351570b3 Mon Sep 17 00:00:00 2001 From: shikhar7 Date: Tue, 19 Nov 2019 18:30:52 +0530 Subject: [PATCH] Added the plugin with right version for plugin (#984) --- Dockerfile.helm3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.helm3 b/Dockerfile.helm3 index 8b1eacd2..f87bd79a 100644 --- a/Dockerfile.helm3 +++ b/Dockerfile.helm3 @@ -32,7 +32,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/${KUBECT chmod +x kubectl && \ mv kubectl /usr/local/bin/kubectl -RUN helm plugin install https://github.com/databus23/helm-diff && \ +RUN helm plugin install https://github.com/databus23/helm-diff --version v3.0.0-rc.7 && \ helm plugin install https://github.com/futuresimple/helm-secrets && \ helm plugin install https://github.com/hypnoglow/helm-s3.git && \ helm plugin install https://github.com/aslafy-z/helm-git.git