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/data/infrastructure-docker/v0.4/bases.
// runtime extension providers. If we don't do this the test will automatically
74
75
// try to deploy the latest version of our test-extension from docker.yaml.
75
76
InitWithRuntimeExtensionProviders: []string{},
76
-
InitWithKubernetesVersion: "v1.23.17",
77
-
WorkloadKubernetesVersion: "v1.23.17",
78
-
MgmtFlavor: "topology",
79
-
WorkloadFlavor: "",
77
+
// NOTE: If this version is changed here the image and SHA must also be updated in all DockerMachineTemplates in `test/data/infrastructure-docker/v1.0/bases.
78
+
InitWithKubernetesVersion: "v1.23.17",
79
+
WorkloadKubernetesVersion: "v1.23.17",
80
+
MgmtFlavor: "topology",
81
+
WorkloadFlavor: "",
80
82
// This check ensures that ownerReference apiVersions are updated for all types after the upgrade.
// try to deploy the latest version of our test-extension from docker.yaml.
113
115
InitWithRuntimeExtensionProviders: []string{},
114
116
InitWithProvidersContract: "v1beta1",
115
-
InitWithKubernetesVersion: "v1.26.4",
116
-
WorkloadKubernetesVersion: "v1.26.4",
117
-
MgmtFlavor: "topology",
118
-
WorkloadFlavor: "",
117
+
// 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.
118
+
InitWithKubernetesVersion: "v1.26.4",
119
+
WorkloadKubernetesVersion: "v1.26.4",
120
+
MgmtFlavor: "topology",
121
+
WorkloadFlavor: "",
119
122
// This check ensures that ownerReference apiVersions are updated for all types after the upgrade.
@@ -151,10 +154,11 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.3=>cur
151
154
// try to deploy the latest version of our test-extension from docker.yaml.
152
155
InitWithRuntimeExtensionProviders: []string{},
153
156
InitWithProvidersContract: "v1beta1",
154
-
InitWithKubernetesVersion: "v1.26.4",
155
-
WorkloadKubernetesVersion: "v1.26.4",
156
-
MgmtFlavor: "topology",
157
-
WorkloadFlavor: "topology",
157
+
// 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.
158
+
InitWithKubernetesVersion: "v1.26.4",
159
+
WorkloadKubernetesVersion: "v1.26.4",
160
+
MgmtFlavor: "topology",
161
+
WorkloadFlavor: "topology",
158
162
// This check ensures that ownerReference apiVersions are updated for all types after the upgrade.
// 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.
183
188
InitWithKubernetesVersion: "v1.27.1",
184
189
WorkloadKubernetesVersion: "v1.27.1",
185
190
MgmtFlavor: "topology",
@@ -209,6 +214,7 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.4=>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.
0 commit comments