Skip to content

Commit

Permalink
Merge pull request #407 from weaveworks/istio-1.4
Browse files Browse the repository at this point in the history
Update Istio e2e to v1.4.3
  • Loading branch information
stefanprodan authored Jan 14, 2020
2 parents 3b152a3 + 8d7d5e6 commit 455ec1b
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 455ec1b

Please sign in to comment.