Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #876 from abays/fix_osbms_agent_img_default
Browse files Browse the repository at this point in the history
Fix default image name for OSBMS agent
  • Loading branch information
openshift-merge-bot[bot] authored May 7, 2024
2 parents a62d9da + e5fddfa commit 180d3da
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 @@ -205,7 +205,7 @@ func (instance OpenStackDataPlaneNodeSet) GetAnsibleEESpec() AnsibleEESpec {
// if no values are set elsewhere.
var ContainerImageDefaults = openstackv1.ContainerImages{
ContainerTemplate: openstackv1.ContainerTemplate{
AgentImage: getStrPtr("quay.io/openstack-k8s-operators/openstack-baremetal-operator-agent:current-podfied"),
AgentImage: getStrPtr("quay.io/openstack-k8s-operators/openstack-baremetal-operator-agent:current-podified"),
ApacheImage: getStrPtr("registry.redhat.io/ubi9/httpd-24:current-podified"),
EdpmFrrImage: getStrPtr("quay.io/podified-antelope-centos9/openstack-frr:current-podified"),
EdpmIscsidImage: getStrPtr("quay.io/podified-antelope-centos9/openstack-iscsid:current-podified"),
Expand Down

0 comments on commit 180d3da

Please sign in to comment.