Skip to content

Commit

Permalink
bump istio and contour for gateway api testing (#15333)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Jun 19, 2024
1 parent e56319d commit a4fa238
Showing 1 changed file with 2 additions and 2 deletions.
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.29.0
local CONTOUR_VERSION=v1.29.1
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.22.0 sh -
curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.22.1 sh -

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

Expand Down

0 comments on commit a4fa238

Please sign in to comment.