fix name for dbtestapp image

Change-Id: Ib864594effa782961227b48aae3cad38c672c479
diff --git a/5g-test-apps/Chart.yaml b/5g-test-apps/Chart.yaml
index 4274b69..f32ce71 100644
--- a/5g-test-apps/Chart.yaml
+++ b/5g-test-apps/Chart.yaml
@@ -8,4 +8,4 @@
 name: 5g-test-apps
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.1.0
+version: 0.1.1
diff --git a/5g-test-apps/values.yaml b/5g-test-apps/values.yaml
index b600116..215f079 100644
--- a/5g-test-apps/values.yaml
+++ b/5g-test-apps/values.yaml
@@ -5,7 +5,7 @@
 images:
   tags:
     init: docker.io/omecproject/pod-init:1.0.0
-    dbtestapp: "dbtestapp:osman1"
+    dbtestapp: "docker.io/osmanonf/dbtestapp:0.0.1-dev"
   pullPolicy: IfNotPresent
   # Optionally specify an array of imagePullSecrets.
   # Secrets must be manually created in the namespace.