e2e: Update Helm to v3.0.3

This commit is contained in:
stefanprodan
2020-02-13 11:14:07 +02:00
parent 4c5b226b4c
commit 14214bc2fe
+1 -5
View File
@@ -3,7 +3,7 @@
set -o errexit
REPO_ROOT=$(git rev-parse --show-toplevel)
HELM_VERSION=v2.16.1
HELM_VERSION=v3.0.3
KIND_VERSION=v0.7.0
KUBE_VERSION=v1.14.10
@@ -29,7 +29,3 @@ kubectl get pods --all-namespaces
echo ">>> Installing Helm"
curl -sSL https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz | tar xz && sudo mv linux-amd64/helm /usr/local/bin/ && rm -rf linux-amd64
echo '>>> Installing Tiller'
kubectl --namespace kube-system create sa tiller
kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
helm init --service-account tiller --upgrade --wait