diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-04-09 20:25:22 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-04-09 20:34:37 +0000 |
commit | 9bca3e6c6fff2f9afe31902d1c4c4dc922774840 (patch) | |
tree | c451c89c9ed0d3c08a609eb4f661c4aec769787c /kubernetes | |
parent | d8b3f9568798a488be547e4800858009a99fcedb (diff) |
dcae version revision
1.12.5 bootstrap
DL 1.0.2 (non root)
PMSH 1.0.3 (bug fixes)
1.0.3 MOD/runtime (bug fix)
Change-Id: If5dba38f38dbafb18d310183d6ac2a481989b06f
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2194
Issue-ID: DCAEGEN2-2171
Issue-ID: DCAEGEN2-2181
Issue-ID: DCAEGEN2-2173
Issue-ID: DCAEGEN2-2175
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-bootstrap/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/dcaegen2/components/dcae-bootstrap/values.yaml b/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml index 19b59722a2..a5bd69af02 100644 --- a/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml +++ b/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml @@ -109,7 +109,7 @@ mongo: # application image repository: nexus3.onap.org:10001 -image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.12.4 +image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.12.5 default_k8s_location: central # DCAE component images to be deployed via Cloudify Manager diff --git a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml index d5da039ad1..37f79a4a73 100644 --- a/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml +++ b/kubernetes/dcaemod/components/dcaemod-runtime-api/values.yaml @@ -72,7 +72,7 @@ readiness: # application image repository: nexus3.onap.org:10001 -image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.0.2 +image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.0.3 # Resource Limit flavor -By Default using small flavor: small |