diff options
author | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2021-08-04 11:04:25 +0200 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-08-09 19:09:33 +0000 |
commit | ac5b0cd8f80a186a7c680878554a52751b2a565c (patch) | |
tree | 8f4d86f79f7b67ae25905f411345b082da0e774f /kubernetes/sdc/components | |
parent | e5fca1f12d11ffb3ebbb7afbfac35e62f7a55068 (diff) |
[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 <joanna.jeremicz@nokia.com>
Change-Id: I9d05dee137aad8a7328ef6a5d0f2c6425bb31f56
Diffstat (limited to 'kubernetes/sdc/components')
-rw-r--r-- | kubernetes/sdc/components/sdc-helm-validator/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |