Skip to content

Commit da4b5a3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/clusterctl_upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.10=>cu
339339
// Note: WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
340340
// When picking this version, please check also the list of versions known by the source Cluster API version (rif. test/infrastructure/kind/mapper.go).
341341
InitWithKubernetesVersion: initKubernetesVersion,
342-
WorkloadKubernetesVersion: "v1.32.2", // NOTE: use v1.33 as soon as it is GA
342+
WorkloadKubernetesVersion: "v1.33.0",
343343
MgmtFlavor: "topology",
344344
WorkloadFlavor: "topology",
345345
UseKindForManagementCluster: true,

0 commit comments

Comments
 (0)