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
// We have to set this to an empty array as clusterctl v1.3 doesn't support
86
-
// runtime extension providers. If we don't do this the test will automatically
87
-
// try to deploy the latest version of our test-extension from docker.yaml.
88
-
InitWithRuntimeExtensionProviders: []string{},
89
-
InitWithProvidersContract: "v1beta1",
90
-
// NOTE: If this version is changed here the image and SHA must also be updated in all DockerMachineTemplates in `test/data/infrastructure-docker/v1.3/bases.
91
-
InitWithKubernetesVersion: "v1.26.4",
92
-
WorkloadKubernetesVersion: "v1.26.4",
80
+
// use the latest version for the contract (which is v1.5.X for v1beta1).
// 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.4/bases.
87
+
InitWithKubernetesVersion: "v1.27.3",
88
+
WorkloadKubernetesVersion: "v1.27.3",
93
89
MgmtFlavor: "topology",
94
90
WorkloadFlavor: "",
95
91
// This check ensures that ownerReference apiVersions are updated for all types after the upgrade.
// We have to set this to an empty array as clusterctl v1.3 doesn't support
127
-
// runtime extension providers. If we don't do this the test will automatically
128
-
// try to deploy the latest version of our test-extension from docker.yaml.
129
-
InitWithRuntimeExtensionProviders: []string{},
130
-
InitWithProvidersContract: "v1beta1",
131
-
// NOTE: If this version is changed here the image and SHA must also be updated in all DockerMachineTemplates in `test/data/infrastructure-docker/v1.3/bases.
132
-
InitWithKubernetesVersion: "v1.26.4",
133
-
WorkloadKubernetesVersion: "v1.26.4",
117
+
// use the latest version for the contract (which is v1.5.X for v1beta1).
// 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.4/bases.
124
+
InitWithKubernetesVersion: "v1.27.3",
125
+
WorkloadKubernetesVersion: "v1.27.3",
134
126
MgmtFlavor: "topology",
135
127
WorkloadFlavor: "topology",
136
128
// This check ensures that ownerReference apiVersions are updated for all types after the upgrade.
@@ -148,7 +140,7 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.3=>cur
// NOTE: If this version is changed here the image and SHA must also be updated in all DockerMachineTemplates in `test/data/infrastructure-docker/v1.4/bases.
154
+
// 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.
// NOTE: If this version is changed here the image and SHA must also be updated in all DockerMachineTemplates in `test/data/infrastructure-docker/v1.4/bases.
185
+
// 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.
0 commit comments