Refactoring the mcord-profile

Change-Id: I5e82e920c2720ff09366e7c6491b4ea969d45494
diff --git a/xos-core/Chart.yaml b/xos-core/Chart.yaml
index 260617a..0484fd8 100644
--- a/xos-core/Chart.yaml
+++ b/xos-core/Chart.yaml
@@ -17,9 +17,9 @@
 description: XOS - An Extensible Cloud Operating System
 icon: https://guide.opencord.org/logos/xos.svg
 
-version: 2.3.3
+version: 2.3.4
 
 # appVersion is of the xos-core and xos-chameleon containers.
 # xos-tosca and xos-api-tester are versioned in values.yaml
-appVersion: 2.1.25
+appVersion: 2.1.30
 
diff --git a/xos-core/templates/core-deployment.yaml b/xos-core/templates/core-deployment.yaml
index a785392..a8625e2 100644
--- a/xos-core/templates/core-deployment.yaml
+++ b/xos-core/templates/core-deployment.yaml
@@ -31,6 +31,7 @@
           image: {{ .Values.global.registry }}{{ .Values.images.xos_core.repository }}:{{ tpl .Values.images.xos_core.tag . }}
           imagePullPolicy: {{ .Values.images.xos_core.pullPolicy }}
           command: ["/bin/bash", "-c", "cd coreapi; ./start_coreapi.sh"]
+          # command: ["/bin/bash", "-c", "sleep 86400"]
           ports:
             - containerPort: 50051
               port: 50051
diff --git a/xos-core/values.yaml b/xos-core/values.yaml
index e28392f..33967bb 100644
--- a/xos-core/values.yaml
+++ b/xos-core/values.yaml
@@ -27,8 +27,8 @@
     pullPolicy: 'Always'
 
   xos_tosca:
-    repository: 'xosproject/xos-tosca'
-    tag: '1.1.6'
+    repository: '10.90.0.101:30500/xosproject/xos-tosca'
+    tag: 'candidate'
     pullPolicy: 'Always'
 
   xos_api_tester: