[SDNC] Log4shell fix 90/126390/2
authorDan Timoney <dtimoney@att.com>
Mon, 3 Jan 2022 12:03:11 +0000 (07:03 -0500)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 6 Jan 2022 08:35:07 +0000 (08:35 +0000)
This update remediates the log4shell security vulnerability in SDNC
by installing updated versions of the SDNc images which have been
patched.

Issue-ID: CCSDK-3556
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I63377cd21254b70a83a7302841cb5ac12f19d422

kubernetes/sdnc/components/dmaap-listener/values.yaml
kubernetes/sdnc/components/sdnc-ansible-server/values.yaml
kubernetes/sdnc/components/sdnc-web/values.yaml
kubernetes/sdnc/components/ueb-listener/values.yaml
kubernetes/sdnc/values.yaml

index 801d542..4864261 100644 (file)
@@ -49,7 +49,7 @@ secrets:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/sdnc-dmaap-listener-image:2.2.2
+image: onap/sdnc-dmaap-listener-image:2.2.4
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 4b8ac21..1824e16 100644 (file)
@@ -49,7 +49,7 @@ secrets:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/sdnc-ansible-server-image:2.2.2
+image: onap/sdnc-ansible-server-image:2.2.4
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index dd76f58..3f335e6 100644 (file)
@@ -23,7 +23,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: "onap/sdnc-web-image:2.2.2"
+image: "onap/sdnc-web-image:2.2.4"
 pullPolicy: Always
 
 config:
index 848fd97..e0bafb6 100644 (file)
@@ -55,7 +55,7 @@ secrets:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/sdnc-ueb-listener-image:2.2.2
+image: onap/sdnc-ueb-listener-image:2.2.4
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index cbf5678..33bbc8a 100644 (file)
@@ -210,7 +210,7 @@ certificates:
 # application images
 
 pullPolicy: Always
-image: onap/sdnc-image:2.2.2
+image: onap/sdnc-image:2.2.4
 
 # flag to enable debugging - application support required
 debugEnabled: false