Skip to content

Commit edfa2b1

Browse files
committed
Use cyborg images from 2025.2 by default
Deployment using httpd is not longer supported in kolla upstream images since 2026.1 release [1]. [1] https://review.opendev.org/c/openstack/kolla/+/986488 Signed-off-by: Alfredo Moralejo <amoralej@redhat.com>
1 parent 3d8316f commit edfa2b1

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

api/cyborg/v1beta1/common_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import (
2222

2323
// Container image fall-back defaults
2424
const (
25-
CyborgAPIContainerImage = "quay.io/openstack.kolla/cyborg-api:master-rocky-10"
26-
CyborgConductorContainerImage = "quay.io/openstack.kolla/cyborg-conductor:master-rocky-10"
27-
CyborgAgentContainerImage = "quay.io/openstack.kolla/cyborg-agent:master-rocky-10"
25+
CyborgAPIContainerImage = "quay.io/openstack.kolla/cyborg-api:2025.2-rocky-10"
26+
CyborgConductorContainerImage = "quay.io/openstack.kolla/cyborg-conductor:2025.2-rocky-10"
27+
CyborgAgentContainerImage = "quay.io/openstack.kolla/cyborg-agent:2025.2-rocky-10"
2828
)
2929

3030
// PasswordSelector to identify the DB and AdminUser password from the Secret

config/default/manager_default_images.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ spec:
2323
value: quay.io/podified-antelope-centos9/openstack-nova-compute:current-podified
2424
- name: RELATED_IMAGE_PLACEMENT_API_IMAGE_URL_DEFAULT
2525
value: quay.io/podified-antelope-centos9/openstack-placement-api:current-podified
26+
- name: RELATED_IMAGE_CYBORG_API_IMAGE_URL_DEFAULT
27+
value: quay.io/openstack.kolla/cyborg-api:2025.2-rocky-10
28+
- name: RELATED_IMAGE_CYBORG_CONDUCTOR_IMAGE_URL_DEFAULT
29+
value: quay.io/openstack.kolla/cyborg-conductor:2025.2-rocky-10
30+
- name: RELATED_IMAGE_CYBORG_AGENT_IMAGE_URL_DEFAULT
31+
value: quay.io/openstack.kolla/cyborg-agent:2025.2-rocky-10

0 commit comments

Comments
 (0)