diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-10-28 11:50:38 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-10-28 11:50:38 -0400 |
commit | 5df5a5c46119496deef08c50da8f3a473c10b07e (patch) | |
tree | fab1159f9a657a2b684de84369073700a0100e10 /kubernetes/sdnc/values.yaml | |
parent | 26411370f979ba4e2d1fc1b9f4bd8e3f23f0fee1 (diff) |
[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) <dtimoney@att.com>
Change-Id: I1e5576d0b51d140a8899e8e48d27f4ab071c44e3
Diffstat (limited to 'kubernetes/sdnc/values.yaml')
-rw-r--r-- | kubernetes/sdnc/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |