adding mongo dependancy

Change-Id: I42f69138121404460c6c84c67586e881debaef70
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