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