diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-01-18 07:42:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-18 07:42:29 +0000 |
commit | 552aea3d9fad719414a6ed922de96cf69f0bb5e8 (patch) | |
tree | b8e61b2a4222797855098ed99fe6f61f82b4e112 | |
parent | b9b2f472486ca3fde8c1659c7281a6b52b58c3f1 (diff) | |
parent | d1b0d19f334bb91712e66416722b75d2a3ff8e6d (diff) |
Merge "[DCAEMOD] Update runtime-api"
-rw-r--r-- | kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml | 4 |
1 files 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 |