Skip to content

Commit

Permalink
Use latest istio for gateway tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed May 25, 2023
1 parent 820489d commit 25fb2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-networking-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function stage_gateway_api_resources() {
mkdir -p "${gateway_dir}"

# TODO: if we switch to istio 1.12 we can reuse stage_istio_head
curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.12.2 sh -
curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.17.2 sh -

local params="--set values.global.proxy.clusterDomain=${CLUSTER_DOMAIN}"

Expand Down

0 comments on commit 25fb2ee

Please sign in to comment.