From 04fb9da3b0869f46505812b68be1276cda724816 Mon Sep 17 00:00:00 2001 From: Albert Le Batteux Date: Mon, 14 Oct 2019 13:52:00 +0200 Subject: [PATCH] fix: install helm-tiller --- helm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm.sh b/helm.sh index 3567d01..e20ee78 100755 --- a/helm.sh +++ b/helm.sh @@ -42,7 +42,7 @@ helm init --client-only >/dev/null # Remove local repo to increase reproducibility and remove errors helm repo list |grep -qc local && $BINARY repo remove local >/dev/null -helm plugin list | grep -qc tiller || $BINARY plugin install $(dirname $(rlocation __main__/external/helm_tiller/WORKSPACE)) +helm plugin list | grep -qc tiller || $BINARY plugin install https://github.com/rimusz/helm-tiller cd "${BUILD_WORKING_DIRECTORY:-}" helm $*