Update rabitmq image tag

Updating rabbitmq image to use a static version tag. Previous tag was
being updated upstream whenever a new rabbitmq version was released.

Tag now points to 3.8.11-management, which is a static tag and matches
the image version used for development and testing.

Story: 2008529
Task: 41938

Signed-off-by: Cole Walker <cole.walker@windriver.com>
Change-Id: I2738738f66dcb698ea651a826fabdabbfc0740ea
This commit is contained in:
Cole Walker 2021-02-26 11:20:44 -05:00
parent 3b74d6b556
commit fd7b12cdef
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ registration:
imagePullSecrets: default-registry-key
image:
repository: rabbitmq
tag: 3-management
tag: 3.8.11-management
pullPolicy: IfNotPresent
endpoint:
host: "registration.notification.svc.cluster.local"