From fd7b12cdef3f89f3c3e219f31387327866a6d501 Mon Sep 17 00:00:00 2001 From: Cole Walker Date: Fri, 26 Feb 2021 11:20:44 -0500 Subject: [PATCH] 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 Change-Id: I2738738f66dcb698ea651a826fabdabbfc0740ea --- .../helm-charts/ptp-notification/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/values.yaml b/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/values.yaml index f48eaf3..f312a74 100644 --- a/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/values.yaml +++ b/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/values.yaml @@ -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"