File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,6 @@ variables:
181181 OPENSTACK_VOLUME_TYPE_ALT : " test-volume-type"
182182 CONFORMANCE_WORKER_MACHINE_COUNT : " 5"
183183 CONFORMANCE_CONTROL_PLANE_MACHINE_COUNT : " 1"
184- INIT_WITH_KUBERNETES_VERSION : " v1.30.1"
185184 E2E_IMAGE_URL : " http://10.0.3.15/capo-e2e-image.tar"
186185 # The default user for SSH connections from bastion to machines
187186 SSH_USER_MACHINE : " ubuntu"
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ var _ = Describe("When testing clusterctl upgrades (v0.9=>current) [clusterctl-u
5959 InitWithControlPlaneProviders : []string {"kubeadm:" + OldCAPIVersion },
6060 MgmtFlavor : shared .FlavorDefault ,
6161 WorkloadFlavor : shared .FlavorV1alpha7 ,
62+ InitWithKubernetesVersion : e2eCtx .E2EConfig .GetVariable (shared .KubernetesVersion ),
6263 }
6364 })
6465})
You can’t perform that action at this time.
0 commit comments