From 0bb3ccdaccf21f86a2861695eb5f0bf278d5e97d Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Tue, 16 Feb 2021 13:39:21 -0500 Subject: [PATCH] [DCAEGEN2] Update bootstrap to 3.0.2 Fixes a Docker build problem that arose due (apparently) to a dependency change. Adds HTTPS to DFC (update blueprint config and DFC version) Issue-ID: DCAEGEN2-2628 Issue-ID: DCAEGEN2-2528 Signed-off-by: Jack Lucas Change-Id: I622f16bf3cb31774b2063ffac6f270e5f17153f1 --- kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml b/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml index 6412bf8ac4..458ec101dc 100644 --- a/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml +++ b/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml @@ -104,7 +104,7 @@ mongo: disableNfsProvisioner: true # application image -image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:3.0.0 +image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:3.0.2 default_k8s_location: central # DCAE component images to be deployed via Cloudify Manager -- 2.16.6