Skip to content

Commit 3929f0d

Browse files
committed
e2e: bump 1.10 clusterctl upgrade test to 1.33
Signed-off-by: cprivitere <[email protected]>
1 parent d2b7a8f commit 3929f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/clusterctl_upgrade_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.10=>cu
300300
},
301301
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
302302
// When picking this version, please check also the list of versions known by the source Cluster API version (rif. test/infrastructure/kind/mapper.go).
303-
InitWithKubernetesVersion: "v1.32.2", // NOTE: use v1.33 as soon as it is GA
304-
WorkloadKubernetesVersion: "v1.32.2", // NOTE: use v1.33 as soon as it is GA
303+
InitWithKubernetesVersion: "v1.33.0",
304+
WorkloadKubernetesVersion: "v1.33.0",
305305
MgmtFlavor: "topology",
306306
WorkloadFlavor: "topology",
307307
UseKindForManagementCluster: true,

0 commit comments

Comments
 (0)