@@ -150,9 +150,9 @@ providers:
150
150
variables :
151
151
# used to ensure we deploy to the correct management cluster
152
152
KUBE_CONTEXT : " kind-capo-e2e"
153
- KUBERNETES_VERSION : " v1.28 .5"
154
- KUBERNETES_VERSION_UPGRADE_FROM : " v1.27.2 "
155
- KUBERNETES_VERSION_UPGRADE_TO : " v1.28 .5"
153
+ KUBERNETES_VERSION : " v1.29 .5"
154
+ KUBERNETES_VERSION_UPGRADE_FROM : " v1.28.5 "
155
+ KUBERNETES_VERSION_UPGRADE_TO : " v1.29 .5"
156
156
# NOTE: To see default images run kubeadm config images list (optionally with --kubernetes-version=vX.Y.Z)
157
157
ETCD_VERSION_UPGRADE_TO : " 3.5.12-0"
158
158
COREDNS_VERSION_UPGRADE_TO : " v1.11.1"
@@ -172,22 +172,22 @@ variables:
172
172
OPENSTACK_DNS_NAMESERVERS : " 8.8.8.8"
173
173
OPENSTACK_FAILURE_DOMAIN : " testaz1"
174
174
OPENSTACK_FAILURE_DOMAIN_ALT : " testaz2"
175
- OPENSTACK_IMAGE_NAME : " ubuntu-2204-kube-v1.28 .5"
176
- OPENSTACK_IMAGE_NAME_UPGRADE_FROM : " ubuntu-2204-kube-v1.27.2 "
175
+ OPENSTACK_IMAGE_NAME : " ubuntu-2204-kube-v1.29 .5"
176
+ OPENSTACK_IMAGE_NAME_UPGRADE_FROM : " ubuntu-2204-kube-v1.28.5 "
177
177
OPENSTACK_NODE_MACHINE_FLAVOR : " m1.small"
178
178
OPENSTACK_SSH_KEY_NAME : " cluster-api-provider-openstack-sigs-k8s-io"
179
179
# The default external network created by devstack
180
180
OPENSTACK_EXTERNAL_NETWORK_NAME : " public"
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.28 .5"
184
+ INIT_WITH_KUBERNETES_VERSION : " v1.29 .5"
185
185
E2E_IMAGE_URL : " http://10.0.3.15/capo-e2e-image.tar"
186
186
# The default user for SSH connections from bastion to machines
187
187
SSH_USER_MACHINE : " ubuntu"
188
188
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION : " true"
189
189
# The Flatcar image produced by the image-builder
190
- OPENSTACK_FLATCAR_IMAGE_NAME : " flatcar-stable-3815.2.0 -kube-v1.28 .5"
190
+ OPENSTACK_FLATCAR_IMAGE_NAME : " flatcar-stable-3815.2.2 -kube-v1.29 .5"
191
191
# A plain Flatcar from the Flatcar releases server
192
192
FLATCAR_IMAGE_NAME : " flatcar_production_openstack_image"
193
193
0 commit comments