From affbe46d960179259a6ce82c2888bbd410f346a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 18 Feb 2020 21:26:16 +0100 Subject: [PATCH] Update 'deploy/install_helm.sh' --- deploy/install_helm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install_helm.sh b/deploy/install_helm.sh index e34dfda..04b2e95 100644 --- a/deploy/install_helm.sh +++ b/deploy/install_helm.sh @@ -2,7 +2,7 @@ #Install helm using snap apt install -y snapd -snap install helm --classic +snap install helm --channel=2.16/stable --classic #Init helm with an admin tiller pod. kubectl create serviceaccount tiller -n kube-system