From 419d251bd4bd58dc059cf156d03c62dbfdf24919 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Wed, 2 Dec 2020 20:34:45 +0100 Subject: [PATCH] [DCAEGEN2] Update bootstrap and hv-ves images. HV-VES fixed to allow it to recover after exception in CBS communication. Update CMPv2 SANs delimiter to comma to allow IPv6 support (Update defaults from blueprints). Issue-ID: DCAEGEN2-2508 Issue-ID: DCAEGEN2-2516 Signed-off-by: Remigiusz Janeczek Change-Id: I4bcab5a6e60fd731713f2c9b8fd080082ba9682b --- kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml b/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml index 06b9bd59a9..a3bff07fb2 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.0 +image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:2.2.1 default_k8s_location: central # DCAE component images to be deployed via Cloudify Manager @@ -115,7 +115,7 @@ componentImages: ves: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.7.9 snmptrap: onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0 prh: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.5.4 - hv_ves: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.0 + hv_ves: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.1 # Resource Limit flavor -By Default using small flavor: small -- 2.16.6