From bf4b2e5b9344764967319ae7ab378ee23adb6dc3 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Mon, 22 Jan 2024 16:21:27 +0100 Subject: [CDS] Support the external creation of the CDS DB Add the global.mariadbGalera section to allow the selection for a locally created DB or external DB Disable the mariadb-galera dependency, if no local DB is used. Issue-ID: OOM-3266 Change-Id: Ia0ec94e552681eede519010951cbf1c92da863c3 Signed-off-by: Andreas Geissler --- kubernetes/cds/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kubernetes/cds/Chart.yaml') diff --git a/kubernetes/cds/Chart.yaml b/kubernetes/cds/Chart.yaml index ede21d2edb..d8b6cc7de0 100644 --- a/kubernetes/cds/Chart.yaml +++ b/kubernetes/cds/Chart.yaml @@ -17,7 +17,7 @@ apiVersion: v2 description: ONAP Controller Design Studio (CDS) name: cds -version: 13.0.0 +version: 13.0.2 dependencies: - name: common @@ -26,6 +26,7 @@ dependencies: - name: mariadb-galera version: ~13.x-0 repository: '@local' + condition: global.mariadbGalera.localCluster - name: cds-blueprints-processor version: ~13.x-0 repository: 'file://components/cds-blueprints-processor' -- cgit 1.2.3-korg