Skip to content

Commit

Permalink
Update Istio e2e to v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Jan 11, 2020
1 parent 8dc4c03 commit 8d7d5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e-istio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -o errexit

ISTIO_VER="1.3.3"
ISTIO_VER="1.4.3"
REPO_ROOT=$(git rev-parse --show-toplevel)
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"

Expand All @@ -15,7 +15,7 @@ helm upgrade -i istio-init istio.io/istio-init --wait --namespace istio-system
echo '>>> Waiting for Istio CRDs to be ready'
kubectl -n istio-system wait --for=condition=complete job/istio-init-crd-10-${ISTIO_VER}
kubectl -n istio-system wait --for=condition=complete job/istio-init-crd-11-${ISTIO_VER}
kubectl -n istio-system wait --for=condition=complete job/istio-init-crd-12-${ISTIO_VER}
kubectl -n istio-system wait --for=condition=complete job/istio-init-crd-14-${ISTIO_VER}

echo '>>> Installing Istio control plane'
helm upgrade -i istio istio.io/istio --wait --namespace istio-system -f ${REPO_ROOT}/test/e2e-istio-values.yaml
Expand Down

0 comments on commit 8d7d5e6

Please sign in to comment.