From cde4a784a593555c17146635dcc25013872cabc5 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Wed, 28 Feb 2024 16:08:06 +0100 Subject: [MONGODB] Update to latest bitnami mongodb chart Import the latest bitnami mongodb chart and update the client charts, which use it: - NBI - DCAEGEN2/TCAEGEN2 (include Chart.yaml fix) - MULTICLOUD/K8S THe new version supports the initial creation of DBs and user Issue-ID: OOM-3277 Change-Id: I75a475aadb8b84a313527b75f4c69e85624af8ba Signed-off-by: Andreas Geissler --- kubernetes/nbi/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kubernetes/nbi/Chart.yaml') diff --git a/kubernetes/nbi/Chart.yaml b/kubernetes/nbi/Chart.yaml index e263633f6e..25f307c253 100644 --- a/kubernetes/nbi/Chart.yaml +++ b/kubernetes/nbi/Chart.yaml @@ -17,7 +17,7 @@ apiVersion: v2 description: ONAP Northbound Interface name: nbi -version: 13.0.0 +version: 13.1.0 dependencies: - name: common @@ -26,8 +26,8 @@ dependencies: # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' - - name: mongo - version: ~13.x-0 + - name: mongodb + version: 14.12.2 repository: '@local' - name: mariadb-galera version: ~13.x-0 -- cgit 1.2.3-korg