Upversion rabbitmq to 3.13.6
Upversion rabbitmq image from 3.13.4 to 3.13.6 to pickup CVE fixes. Test plan: Pass: Verfiy package build and deployment Pass: Verify basic ptp-notification operations (subscribe/get/list/delete) Pass: Verify app installation and removal Story: 2011332 Task: 51896 Signed-off-by: Cole Walker <cole.walker@windriver.com> Change-Id: I407efc7e29ed58984891daa7e563eca23ae14992
This commit is contained in:
parent
3e5e76abf1
commit
3092a3e6e9
helm-charts/custom/ptp-notification-helm/ptp-notification-helm/ptp-notification
@ -7,4 +7,4 @@ apiVersion: v1
|
||||
appVersion: "2.0"
|
||||
description: A Helm chart to deploy PTP Notification Service
|
||||
name: ptp-notification
|
||||
version: 2.0.5
|
||||
version: 2.0.6
|
||||
|
@ -26,7 +26,7 @@ registration:
|
||||
imagePullSecrets: default-registry-key
|
||||
image:
|
||||
repository: rabbitmq
|
||||
tag: 3.13.4
|
||||
tag: 3.13.6
|
||||
pullPolicy: IfNotPresent
|
||||
endpoint:
|
||||
host: "registration.notification.svc.cluster.local"
|
||||
@ -46,7 +46,7 @@ registration:
|
||||
notification:
|
||||
image:
|
||||
repository: rabbitmq
|
||||
tag: 3.13.4
|
||||
tag: 3.13.6
|
||||
endpoint:
|
||||
port: 5672
|
||||
user: admin
|
||||
|
Loading…
x
Reference in New Issue
Block a user