From d1b0d19f334bb91712e66416722b75d2a3ff8e6d Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Fri, 15 Jan 2021 16:27:24 +0100 Subject: [PATCH] [DCAEMOD] Update runtime-api Update runtime-api image to 1.2.0 Set k8splugin import in runtime-api to range: >=3.4.3,<4.0.0 Issue-ID: DCAEGEN2-2529 Signed-off-by: Remigiusz Janeczek Change-Id: I9e6b77c728904d0c87648470d71d4a0bcf7fdc75 --- kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml index 32d651f749..b9f8943e04 100644 --- a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml +++ b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml @@ -33,7 +33,7 @@ config: #dashboardPassword: doesntmatter mrTopicURL: http://message-router:3904/events importCloudify: https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml - importK8S: plugin:k8splugin?version=3.4.2 + importK8S: plugin:k8splugin?version=>=3.4.3,<4.0.0 importPostgres: plugin:pgaas?version=1.3.0 importClamp: plugin:clamppolicyplugin?version=1.1.0 importDMaaP: plugin:dmaap?version=1.5.0 @@ -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.1.1 +image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.2.0 # Resource Limit flavor -By Default using small flavor: small -- 2.16.6