From 94a6248c28f9418303c3f6be94abaab9e5984b37 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Wed, 9 Jun 2021 11:57:06 +0200 Subject: [PATCH] [SDC] Top up sdc-helm-validator image to 1.2.1 Update: - Add logging of validation response in debug mode Issue-ID: SDC-3185 Signed-off-by: Tomasz Wrobel Change-Id: I7528f92cfd3b392f063fed9cbb70d2b1fa114588 --- 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 ede80a6af0..5c5c5995b0 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.0 +image: onap/org.onap.sdc.sdc-helm-validator:1.2.1 containerPort: &svc_port 8080 config: -- 2.16.6