Skip to content

Commit

Permalink
Merge pull request #289 from gthiemonge/update-apache-image
Browse files Browse the repository at this point in the history
Update httpd images
  • Loading branch information
openshift-merge-bot[bot] authored Apr 8, 2024
2 parents a8b0124 + fbf8e81 commit f4d5094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions api/v1beta1/octavia_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ const (
OctaviaWorkerContainerImage = "quay.io/podified-antelope-centos9/openstack-octavia-worker:current-podified"

// ApacheImage - default fall-back image for Apache
// TODO(gthiemonge) need a more recent image?
ApacheContainerImage = "registry.redhat.io/rhel8/httpd-24:latest"
ApacheContainerImage = "registry.redhat.io/ubi9/httpd-24:latest"
)

// OctaviaSpec defines the desired state of Octavia
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 @@ -20,4 +20,4 @@ spec:
- name: RELATED_IMAGE_OCTAVIA_WORKER_IMAGE_URL_DEFAULT
value: quay.io/podified-antelope-centos9/openstack-octavia-worker:current-podified
- name: RELATED_IMAGE_OCTAVIA_APACHE_IMAGE_URL_DEFAULT
value: registry.redhat.io/rhel8/httpd-24:latest
value: registry.redhat.io/ubi9/httpd-24:latest

0 comments on commit f4d5094

Please sign in to comment.