From ac5b0cd8f80a186a7c680878554a52751b2a565c Mon Sep 17 00:00:00 2001 From: Joanna Jeremicz Date: Wed, 4 Aug 2021 11:04:25 +0200 Subject: [PATCH] [SDC] Top up sdc-helm-validator image to 1.2.2 Fix code vulnerabilities: - spring.version 2.4.3 -> 2.5.0 - apache.commons.compress.version 1.20 -> 1.21 Issue-ID: SDC-3647 Signed-off-by: Joanna Jeremicz Change-Id: I9d05dee137aad8a7328ef6a5d0f2c6425bb31f56 --- kubernetes/sdc/components/sdc-helm-validator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/sdc/components/sdc-helm-validator/values.yaml b/kubernetes/sdc/components/sdc-helm-validator/values.yaml index 5c5c5995b0..4cd4a76506 100644 --- a/kubernetes/sdc/components/sdc-helm-validator/values.yaml +++ b/kubernetes/sdc/components/sdc-helm-validator/values.yaml @@ -18,7 +18,7 @@ global: pullPolicy: Always -image: onap/org.onap.sdc.sdc-helm-validator:1.2.1 +image: onap/org.onap.sdc.sdc-helm-validator:1.2.2 containerPort: &svc_port 8080 config: -- 2.16.6