Skip to content

Commit 29e580b

Browse files
authored
bump cert-manager, istio, contour (#15928)
* bump cert-manager, istio, contour * include cert manager files
1 parent 9d3fe30 commit 29e580b

File tree

3 files changed

+9620
-2067
lines changed

3 files changed

+9620
-2067
lines changed

test/e2e-networking-library.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function stage_contour_gateway_api_resources() {
2525
local gateway_dir="${E2E_YAML_DIR}/gateway-api/install-contour"
2626
mkdir -p "${gateway_dir}"
2727

28-
local CONTOUR_VERSION=v1.30.3
28+
local CONTOUR_VERSION=v1.32.0
2929
echo "Downloading Contour Gateway Provisioner ${CONTOUR_VERSION}..."
3030
local CONTOUR_FILES=(
3131
"examples/contour/01-crds.yaml"
@@ -48,7 +48,7 @@ function stage_istio_gateway_api_resources() {
4848
mkdir -p "${gateway_dir}"
4949

5050
# TODO: if we switch to istio 1.12 we can reuse stage_istio_head
51-
curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.25.2 sh -
51+
curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.26.1 sh -
5252

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

0 commit comments

Comments
 (0)