Skip to content

Commit

Permalink
Merge pull request #159 from rabi/ubi9
Browse files Browse the repository at this point in the history
Use ubi9 image for httpd default
  • Loading branch information
openshift-merge-bot[bot] authored Apr 19, 2024
2 parents 679bfaa + 97789d1 commit 9020576
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 9020576

Please sign in to comment.