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
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
270
-
InitWithKubernetesVersion: "v1.31.0",
271
-
WorkloadKubernetesVersion: "v1.31.0",
270
+
InitWithKubernetesVersion: "v1.31.2",
271
+
WorkloadKubernetesVersion: "v1.31.2",
272
272
MgmtFlavor: "topology",
273
273
WorkloadFlavor: "topology",
274
274
UseKindForManagementCluster: true,
@@ -297,7 +297,7 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.8=>cur
297
297
// Note: InitWithKubernetesVersion should be the latest of the next supported kubernetes version by the target Cluster API version.
298
298
// Note: WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
0 commit comments