From e5183ac6b52b0dd03327c9e02ebe6dbfb8a6402c Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Fri, 12 Feb 2021 08:52:03 +0100 Subject: [PATCH] [DCAEMOD] Update runtime-api image Update after vulnerability removal of underlying project dependencies: - update springfox libraries to version 3.0.0 Issue-ID: DCAEGEN2-2595 Signed-off-by: Remigiusz Janeczek Change-Id: If098e5b0350ae3950e1f04d6928d1e653bed42d5 --- kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml index 03b5c83a97..2482748e4c 100644 --- a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml +++ b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml @@ -69,7 +69,7 @@ readiness: # Should have a proper readiness endpoint or script # application image -image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.2.1 +image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.2.2 # Resource Limit flavor -By Default using small flavor: small -- 2.16.6