[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 <andreas-geissler@telekom.de>
diff --git a/kubernetes/cds/Chart.yaml b/kubernetes/cds/Chart.yaml
index ede21d2..d8b6cc7 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 @@
- 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'