Skip to content

Commit

Permalink
Update AEE tag
Browse files Browse the repository at this point in the history
closes OSPRH-10306

Signed-off-by: Fabricio Aguiar <[email protected]>
  • Loading branch information
fao89 committed Sep 23, 2024
1 parent cf4b609 commit 1f94ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/dataplane/v1beta1/openstackdataplanenodeset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,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"),
AnsibleeeImage: getStrPtr("quay.io/openstack-k8s-operators/openstack-ansibleee-runner:latest"),
AnsibleeeImage: getStrPtr("quay.io/openstack-k8s-operators/openstack-ansibleee-runner:18.0.0-proposed-latest"),
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"),
Expand Down

0 comments on commit 1f94ea2

Please sign in to comment.