Skip to content

Commit

Permalink
Use ubi9 image for httpd
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi committed Apr 19, 2024
1 parent 7b9ec5a commit 97789d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/openstackprovisionserver_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const (
// AgentImage - default fall-back image for OpenStackProvisionServer agent
AgentImage = "quay.io/openstack-k8s-operators/openstack-baremetal-operator-agent:latest"
// ApacheImage - default fall-back image for Apache
ApacheImage = "registry.redhat.io/rhel8/httpd-24:latest"
ApacheImage = "registry.redhat.io/ubi9/httpd-24:latest"
// OSImage - default fall-back image name for qcow2 image found inside OSContainerImage
OSImage = "edpm-hardened-uefi.qcow2"
)
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_default_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spec:
- name: RELATED_IMAGE_AGENT_IMAGE_URL_DEFAULT
value: quay.io/openstack-k8s-operators/openstack-baremetal-operator-agent:latest
- name: RELATED_IMAGE_APACHE_IMAGE_URL_DEFAULT
value: registry.redhat.io/rhel8/httpd-24:latest
value: registry.redhat.io/ubi9/httpd-24:latest
- name: OS_IMAGE_DEFAULT
value: edpm-hardened-uefi.qcow2

0 comments on commit 97789d1

Please sign in to comment.