diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-02-01 12:04:47 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-02-01 12:04:47 +0100 |
commit | 4c2c7720caad0036b5dcd7fbb3ce6e26cde3a057 (patch) | |
tree | 8c131e10fbe1e6b370797b259528cfe0b3c02055 /kubernetes | |
parent | 029a8a64fbf2f02b36c09d37d84813af25ec8cb9 (diff) |
[DCAE] Top up components version
- runtime-api to 1.2.1
- onboarding-api to 2.12.4
Issue-ID: DCAEGEN2-1179
Issue-ID: DCAEGEN2-2441
Issue-ID: DCAEGEN2-2546
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I04dfb7c9dd9c797bf48f1fb507b84719f3f3b171
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/dcaemod/components/dcaemod-onboarding-api/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/dcaemod/components/dcaemod-onboarding-api/values.yaml b/kubernetes/dcaemod/components/dcaemod-onboarding-api/values.yaml index 13ea930aa5..a9c0029f41 100644 --- a/kubernetes/dcaemod/components/dcaemod-onboarding-api/values.yaml +++ b/kubernetes/dcaemod/components/dcaemod-onboarding-api/values.yaml @@ -92,7 +92,7 @@ postgres: mountInitPath: dcaemod # application image -image: onap/org.onap.dcaegen2.platform.mod.onboardingapi:2.12.3 +image: onap/org.onap.dcaegen2.platform.mod.onboardingapi:2.12.4 # Resource Limit flavor -By Default using small flavor: small diff --git a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml index b9f8943e04..03b5c83a97 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.0 +image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.2.1 # Resource Limit flavor -By Default using small flavor: small |