From 4982ac31186b65b457250fffa2fc3f459fea658e Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Tue, 22 Feb 2022 15:39:40 +0100 Subject: [PATCH] [SDC] Top up sdc-helm-validator Top up sdc-helm-validator to 1.3.1 Issue-ID: SDC-3879 Signed-off-by: Tomasz Wrobel Change-Id: I9bf55ac9d6e6b5bcfa54324618b9db3d0d30341a --- 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 e51c242d5c..363a05934d 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/sdc-helm-validator:1.3.0 +image: onap/sdc-helm-validator:1.3.1 containerPort: &svc_port 8080 config: -- 2.16.6