Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#155 from marios/fix_rabbit…
Browse files Browse the repository at this point in the history
…_default_periodic_container

Override default rabbmitq image for periodic CI
  • Loading branch information
jistr authored Sep 22, 2023
2 parents 5248ac6 + 68fc680 commit 1b391e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/roles/backend_services/templates/container_overrides.j2
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ spec:
template:
containerImage: {{ container_registry }}/{{ container_namespace }}/openstack-placement-api:{{ container_tag }}

rabbitmq:
templates:
rabbitmq:
image: {{ container_registry }}/{{ container_namespace }}/openstack-rabbitmq:{{ container_tag }}
rabbitmq-cell1:
image: {{ container_registry }}/{{ container_namespace }}/openstack-rabbitmq:{{ container_tag }}

0 comments on commit 1b391e0

Please sign in to comment.