Skip to content

Commit f8e5364

Browse files
committed
Bump e2e node images to v1.28.5
1 parent 5440246 commit f8e5364

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

hack/ci/cloud-init/controller.yaml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
IMAGE_URLS="https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/amphora/2022-12-05/amphora-x64-haproxy.qcow2,"
6464
IMAGE_URLS+="https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/cirros/2022-12-05/cirros-0.6.1-x86_64-disk.img,"
6565
IMAGE_URLS+="https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/2023-09-29/ubuntu-2204-kube-v1.27.2.img,"
66-
IMAGE_URLS+="https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/2023-09-29/ubuntu-2204-kube-v1.28.2.img,"
67-
IMAGE_URLS+="https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-3602.2.0-kube-v1.28.2.img,"
66+
IMAGE_URLS+="https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/2024-01-10/ubuntu-2204-kube-v1.28.5.img,"
67+
IMAGE_URLS+="https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-3602.2.3-kube-v1.28.5.img,"
6868
IMAGE_URLS+="https://stable.release.flatcar-linux.net/amd64-usr/current/flatcar_production_openstack_image.img"
6969

7070
[[post-config|$NOVA_CONF]]

test/e2e/data/e2e_conf.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ providers:
178178
variables:
179179
# used to ensure we deploy to the correct management cluster
180180
KUBE_CONTEXT: "kind-capo-e2e"
181-
KUBERNETES_VERSION: "v1.28.2"
181+
KUBERNETES_VERSION: "v1.28.5"
182182
KUBERNETES_VERSION_UPGRADE_FROM: "v1.27.2"
183-
KUBERNETES_VERSION_UPGRADE_TO: "v1.28.2"
183+
KUBERNETES_VERSION_UPGRADE_TO: "v1.28.5"
184184
ETCD_VERSION_UPGRADE_TO: "3.5.9-0"
185185
COREDNS_VERSION_UPGRADE_TO: "v1.10.1"
186186
CONTROL_PLANE_MACHINE_TEMPLATE_UPGRADE_TO: "upgrade-to-control-plane"
@@ -198,21 +198,21 @@ variables:
198198
OPENSTACK_DNS_NAMESERVERS: "8.8.8.8"
199199
OPENSTACK_FAILURE_DOMAIN: "testaz1"
200200
OPENSTACK_FAILURE_DOMAIN_ALT: "testaz2"
201-
OPENSTACK_IMAGE_NAME: "ubuntu-2204-kube-v1.28.2"
201+
OPENSTACK_IMAGE_NAME: "ubuntu-2204-kube-v1.28.5"
202202
OPENSTACK_IMAGE_NAME_UPGRADE_FROM: "ubuntu-2204-kube-v1.27.2"
203203
OPENSTACK_NODE_MACHINE_FLAVOR: "m1.small"
204204
OPENSTACK_SSH_KEY_NAME: "cluster-api-provider-openstack-sigs-k8s-io"
205205
OPENSTACK_EXTERNAL_NETWORK_ID: ""
206206
OPENSTACK_VOLUME_TYPE_ALT: "test-volume-type"
207207
CONFORMANCE_WORKER_MACHINE_COUNT: "5"
208208
CONFORMANCE_CONTROL_PLANE_MACHINE_COUNT: "1"
209-
INIT_WITH_KUBERNETES_VERSION: "v1.28.2"
209+
INIT_WITH_KUBERNETES_VERSION: "v1.28.5"
210210
E2E_IMAGE_URL: "http://10.0.3.15/capo-e2e-image.tar"
211211
# The default user for SSH connections from bastion to machines
212212
SSH_USER_MACHINE: "ubuntu"
213213
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true"
214214
# The Flatcar image produced by the image-builder
215-
OPENSTACK_FLATCAR_IMAGE_NAME: "flatcar-stable-3602.2.0-kube-v1.28.2"
215+
OPENSTACK_FLATCAR_IMAGE_NAME: "flatcar-stable-3602.2.3-kube-v1.28.5"
216216
# A plain Flatcar from the Flatcar releases server
217217
FLATCAR_IMAGE_NAME: "flatcar_production_openstack_image"
218218

0 commit comments

Comments
 (0)