Configurable repository for container images.

Configurable repository for container images. By default
pull the images from docker hub

Change-Id: Iabcf97318be11c20e6fcb7b7766c9325512bb867
diff --git a/5g-test-apps/values.yaml b/5g-test-apps/values.yaml
index 7e1af5a..4deaad3 100644
--- a/5g-test-apps/values.yaml
+++ b/5g-test-apps/values.yaml
@@ -3,14 +3,10 @@
 # SPDX-License-Identifier: Apache-2.0
 
 images:
+  repository: "" # default docker hub 
   tags:
-    init: docker.io/omecproject/pod-init:1.0.0
-    dbtestapp: "docker.io/osmanonf/dbtestapp:0.0.1-dev"
+    dbtestapp: "omecproject/dbtestapp:0.0.1-dev"
   pullPolicy: IfNotPresent
-  # Optionally specify an array of imagePullSecrets.
-  # Secrets must be manually created in the namespace.
-  pullSecrets:
-    - name: aether.registry
 
 mongodb:
   deploy: true