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: If this version is changed here the image and SHA must also be updated in all DockerMachineTemplates in `test/e2e/data/infrastructure-docker/v1.5/bases.
155
-
InitWithKubernetesVersion: "v1.27.3",
156
-
WorkloadKubernetesVersion: "v1.27.3",
155
+
InitWithKubernetesVersion: "v1.28.0",
156
+
WorkloadKubernetesVersion: "v1.28.0",
157
157
MgmtFlavor: "topology",
158
158
WorkloadFlavor: "",
159
159
// This check ensures that ownerReference apiVersions are updated for all types after the upgrade.
@@ -183,8 +183,8 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.5=>cur
// NOTE: If this version is changed here the image and SHA must also be updated in all DockerMachineTemplates in `test/e2e/data/infrastructure-docker/v1.5/bases.
186
-
InitWithKubernetesVersion: "v1.27.3",
187
-
WorkloadKubernetesVersion: "v1.27.3",
186
+
InitWithKubernetesVersion: "v1.28.0",
187
+
WorkloadKubernetesVersion: "v1.28.0",
188
188
MgmtFlavor: "topology",
189
189
WorkloadFlavor: "topology",
190
190
// This check ensures that ownerReference apiVersions are updated for all types after the upgrade.
0 commit comments