Skip to content

Commit

Permalink
Update httpd images
Browse files Browse the repository at this point in the history
  • Loading branch information
gthiemonge committed Apr 2, 2024
1 parent 8b4e3c4 commit fbf8e81
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 fbf8e81

Please sign in to comment.