diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-09-25 11:41:04 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-09-25 11:41:04 +0200 |
commit | 27dcdae85d94f6c80154d823addaf32a3fb65833 (patch) | |
tree | 8cf2dd62c2cc3b252a401d3685f0e48f07143913 /kubernetes/dcaemod | |
parent | 80892b4f7346b127873de456c28de5094e867b87 (diff) |
[DCAEMOD] Update runtime-api version to 1.1.0
Fix bug where blueprint created with runtime-api has empty plugin
import which prevented deployment using cloudify
Update bpgenerator (library) to java 11
Issue-ID: DCAEGEN2-2454
Issue-ID: DCAEGEN2-2289
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I41f858d77c86e4ee4b87ab8aa24b3d7cce288310
Diffstat (limited to 'kubernetes/dcaemod')
-rw-r--r-- | kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml index e2251e00fb..aa3e245a0b 100644 --- a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml +++ b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml @@ -71,7 +71,7 @@ readiness: # application image repository: nexus3.onap.org:10001 -image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.0.6 +image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.1.0 # Resource Limit flavor -By Default using small flavor: small |