From 5df5a5c46119496deef08c50da8f3a473c10b07e Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Fri, 28 Oct 2022 11:50:38 -0400 Subject: [SDNC] Version bump for SDNC Kohn RC Version bump for SDNC Kohn RC milestone. Also, change callhome port from 6666 to 4334 to comply with RFC standard, implemented in ODL Sulfur release Issue-ID: SDNC-1744 Signed-off-by: Timoney, Dan (dt5972) Change-Id: I1e5576d0b51d140a8899e8e48d27f4ab071c44e3 --- kubernetes/sdnc/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/sdnc/values.yaml') diff --git a/kubernetes/sdnc/values.yaml b/kubernetes/sdnc/values.yaml index c2b1a9a795..1e0da8aeb4 100644 --- a/kubernetes/sdnc/values.yaml +++ b/kubernetes/sdnc/values.yaml @@ -210,7 +210,7 @@ certificates: # application images pullPolicy: Always -image: onap/sdnc-image:2.4.0 +image: onap/sdnc-image:2.4.1 # flag to enable debugging - application support required debugEnabled: false @@ -571,7 +571,7 @@ service: geoNodePort5: 65 geoNodePort6: 66 - callHomePort: 6666 + callHomePort: 4334 callHomeNodePort: 66 ## Persist data to a persitent volume -- cgit 1.2.3-korg