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:
181
181
OPENSTACK_VOLUME_TYPE_ALT : " test-volume-type"
182
182
CONFORMANCE_WORKER_MACHINE_COUNT : " 5"
183
183
CONFORMANCE_CONTROL_PLANE_MACHINE_COUNT : " 1"
184
- INIT_WITH_KUBERNETES_VERSION : " v1.30.1"
185
184
E2E_IMAGE_URL : " http://10.0.3.15/capo-e2e-image.tar"
186
185
# The default user for SSH connections from bastion to machines
187
186
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
59
59
InitWithControlPlaneProviders : []string {"kubeadm:" + OldCAPIVersion },
60
60
MgmtFlavor : shared .FlavorDefault ,
61
61
WorkloadFlavor : shared .FlavorV1alpha7 ,
62
+ InitWithKubernetesVersion : e2eCtx .E2EConfig .GetVariable (shared .KubernetesVersion ),
62
63
}
63
64
})
64
65
})
You can’t perform that action at this time.
0 commit comments