From 17d55da145c8856f3b71457944f358c4fa234885 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Thu, 16 Dec 2021 16:52:16 +0800 Subject: [MULTICLOUD] Log4j vulnerability fix The fix in artifactbroker changing log4j version into 2.16 Issue-ID: MULTICLOUD-1433 Signed-off-by: Bin Yang Change-Id: I032d7274446b40889cedba41103eed8bf7021717 --- kubernetes/multicloud/components/multicloud-starlingx/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/multicloud/components/multicloud-starlingx/values.yaml') diff --git a/kubernetes/multicloud/components/multicloud-starlingx/values.yaml b/kubernetes/multicloud/components/multicloud-starlingx/values.yaml index f18a090dba..b3387c6c3a 100644 --- a/kubernetes/multicloud/components/multicloud-starlingx/values.yaml +++ b/kubernetes/multicloud/components/multicloud-starlingx/values.yaml @@ -17,7 +17,7 @@ ################################################################# global: nodePortPrefixExt: 304 - artifactImage: onap/multicloud/framework-artifactbroker:1.7.1 + artifactImage: onap/multicloud/framework-artifactbroker:1.7.2 ################################################################# # Application configuration defaults. -- cgit 1.2.3-korg