adding mongo dependancy

Change-Id: I42f69138121404460c6c84c67586e881debaef70
diff --git a/5g-test-apps/Chart.yaml b/5g-test-apps/Chart.yaml
index f32ce71..57e7809 100644
--- a/5g-test-apps/Chart.yaml
+++ b/5g-test-apps/Chart.yaml
@@ -3,9 +3,15 @@
 #
 # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 
-apiVersion: v1
+apiVersion: v2
 description: This is the dbtestapp
 name: 5g-test-apps
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.1.1
+version: 0.1.2
+
+dependencies:
+  - name: mongodb
+    version: 10.7.1
+    repository: https://charts.bitnami.com/bitnami
+    condition: mongodb.deploy
diff --git a/5g-test-apps/values.yaml b/5g-test-apps/values.yaml
index 215f079..80b8047 100644
--- a/5g-test-apps/values.yaml
+++ b/5g-test-apps/values.yaml
@@ -12,6 +12,16 @@
   pullSecrets:
     - name: aether.registry
 
+mongodb:
+  deploy: true
+  fullnameOverride: mongodb
+  persistence:
+    enabled: false
+  auth:
+    enabled: false
+  serviceAccount:
+    create: false
+
 resources:
   enabled: false
   dbtestapp:
@@ -28,4 +38,4 @@
     path: /tmp/coredump
   dbtestapp:
     deploy: true
-    replica: 1
\ No newline at end of file
+    replica: 1