diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-12-16 20:11:02 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-01-06 07:08:30 +0000 |
commit | 717f54097bd1c158106a7707cb56828a03f00660 (patch) | |
tree | 6ccd5006198a1fb2b64156f32646e037e28047c5 /kubernetes/dcaegen2/components/dcae-bootstrap | |
parent | 4606cec636914dc93d5ba09be64e376d6f224984 (diff) |
[DCAEGEN2] Update bootstrap to 2.2.3 and cm-container to 3.4.2
CM-Container changes:
- Update k8splugin to 3.5.1 (add support for ipv6 services)
Bootstrap changes:
- Update DFC FTPeS certificates paths, update DFC to 1.5.0
(DCAE SDK, Spring, Reactor update)
- Update cloudify version in son-handler blueprint
- Update PM-Mapper to 1.5.0 (Reactor update)
- Update BBS-EP to 2.1.0 (DCAE SDK, Spring update)
- Update blueprints to import k8splugin as range between
3.4.3 and 4.0.0 (CM-Container was decided to only keep
one version of k8splugin, so we can use that syntax)
Issue-ID: DCAEGEN2-2456
Issue-ID: TEST-285
Issue-ID: DCAEGEN2-2537
Issue-ID: DCAEGEN2-2508
Issue-ID: DCAEGEN2-2388
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I5fd67998c18fdb427162c667cca15d31679b5220
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-bootstrap')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml b/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml index a3bff07fb2..bbc06113d3 100644 --- a/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml +++ b/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml @@ -103,7 +103,7 @@ mongo: disableNfsProvisioner: true # application image -image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:2.2.1 +image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:2.2.3 default_k8s_location: central # DCAE component images to be deployed via Cloudify Manager |