From 338e08d483d03486a4f8a51bcefa8ab8f9fd025a Mon Sep 17 00:00:00 2001 From: TinaMor Date: Thu, 26 Jun 2025 18:53:01 +0300 Subject: [PATCH] Update calico version to 3.30.0 from 3.29.2 --- capz/run-capz-e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capz/run-capz-e2e.sh b/capz/run-capz-e2e.sh index b565d07e..64a04e4e 100755 --- a/capz/run-capz-e2e.sh +++ b/capz/run-capz-e2e.sh @@ -28,7 +28,7 @@ main() { export GMSA="${GMSA:-""}" export HYPERV="${HYPERV:-""}" export KPNG="${WINDOWS_KPNG:-""}" - export CALICO_VERSION="${CALICO_VERSION:-"v3.29.2"}" + export CALICO_VERSION="${CALICO_VERSION:-"v3.30.0"}" export TEMPLATE="${TEMPLATE:-"windows-ci.yaml"}" export CAPI_VERSION="${CAPI_VERSION:-"v1.7.2"}" export HELM_VERSION=v3.15.2