Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/e2e-networking-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function stage_contour_gateway_api_resources() {
local gateway_dir="${E2E_YAML_DIR}/gateway-api/install-contour"
mkdir -p "${gateway_dir}"

local CONTOUR_VERSION=v1.32.0
local CONTOUR_VERSION=v1.33.0
echo "Downloading Contour Gateway Provisioner ${CONTOUR_VERSION}..."
local CONTOUR_FILES=(
"examples/contour/01-crds.yaml"
Expand All @@ -48,7 +48,7 @@ function stage_istio_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.26.1 sh -
curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.27.1 sh -

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

Expand Down
Loading