You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/clusterctl_upgrade_test.go
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -300,8 +300,8 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.10=>cu
300
300
},
301
301
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
302
302
// 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",
305
305
MgmtFlavor: "topology",
306
306
WorkloadFlavor: "topology",
307
307
UseKindForManagementCluster: true,
@@ -339,7 +339,7 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.10=>cu
339
339
// Note: WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
340
340
// When picking this version, please check also the list of versions known by the source Cluster API version (rif. test/infrastructure/kind/mapper.go).
341
341
InitWithKubernetesVersion: initKubernetesVersion,
342
-
WorkloadKubernetesVersion: "v1.32.2", // NOTE: use v1.33 as soon as it is GA
0 commit comments