diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-02-12 17:43:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-12 17:43:23 +0000 |
commit | 8d99c0d80b9335eab7d20bb074d0b007358ce013 (patch) | |
tree | 3663811ff648def42c2bde5f07e1ba04d2c4eadd /kubernetes/dcaemod | |
parent | 33ea9587638769c2ef8e02ea4e943056b4ce40c4 (diff) | |
parent | e5183ac6b52b0dd03327c9e02ebe6dbfb8a6402c (diff) |
Merge "[DCAEMOD] Update runtime-api image"
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 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 |