From 09ff02a2d6a56572e7f7587d77393bc6cc1a78ea Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Sat, 29 Jul 2017 09:34:40 -0500 Subject: [PATCH] Install helm template plugin using helm This PS removes the workaround required by older versions of helm to install the template plugin. Change-Id: I35fb80b0841fb0d0be260694bd94580a7df1cc45 --- tools/gate/funcs/helm.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/gate/funcs/helm.sh b/tools/gate/funcs/helm.sh index 8e19e7d65b..8a45119d19 100755 --- a/tools/gate/funcs/helm.sh +++ b/tools/gate/funcs/helm.sh @@ -95,10 +95,7 @@ function helm_test_deployment { } function helm_plugin_template_install { - # NOTE(portdirect): the helm plugin install command does not seem to respect the --version flag with helm 2.3.0 - #helm plugin install https://github.com/technosophos/helm-template --version 2.3.0.1 - mkdir -p ${HOME}/.helm/plugins/helm-template - curl -sSL https://github.com/technosophos/helm-template/releases/download/2.3.0%2B1/helm-template-linux-2.3.0.1.tgz | tar -zxv -C ${HOME}/.helm/plugins/helm-template + helm plugin install https://github.com/technosophos/helm-template } function helm_template_run {