Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#877 from abays/fix_httpd_i…
Browse files Browse the repository at this point in the history
…mg_default

Fix default image name for Apache
  • Loading branch information
openshift-merge-bot[bot] authored May 7, 2024
2 parents 180d3da + 6ba8cf5 commit 57cf568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/openstackdataplanenodeset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func (instance OpenStackDataPlaneNodeSet) GetAnsibleEESpec() AnsibleEESpec {
var ContainerImageDefaults = openstackv1.ContainerImages{
ContainerTemplate: openstackv1.ContainerTemplate{
AgentImage: getStrPtr("quay.io/openstack-k8s-operators/openstack-baremetal-operator-agent:current-podified"),
ApacheImage: getStrPtr("registry.redhat.io/ubi9/httpd-24:current-podified"),
ApacheImage: getStrPtr("registry.redhat.io/ubi9/httpd-24:latest"),
EdpmFrrImage: getStrPtr("quay.io/podified-antelope-centos9/openstack-frr:current-podified"),
EdpmIscsidImage: getStrPtr("quay.io/podified-antelope-centos9/openstack-iscsid:current-podified"),
EdpmLogrotateCrondImage: getStrPtr("quay.io/podified-antelope-centos9/openstack-cron:current-podified"),
Expand Down

0 comments on commit 57cf568

Please sign in to comment.