[SEBA-497] Use delayered containers (except for rcord)

Change-Id: If19c9941f0872e1f15c107e490651937ddc0a3f0
diff --git a/xos-core/Chart.yaml b/xos-core/Chart.yaml
index e3ba72c..11bdbe7 100644
--- a/xos-core/Chart.yaml
+++ b/xos-core/Chart.yaml
@@ -17,8 +17,8 @@
 description: XOS - An Extensible Cloud Operating System
 icon: https://guide.opencord.org/logos/xos.svg
 
-version: 3.0.1
+version: 3.0.2
 
-# appVersion is of the xos-core and xos-chameleon containers.
-# xos-tosca and xos-api-tester are versioned in values.yaml
-appVersion: 3.0.0
+# appVersion is of the xos-core containers.
+# xos-tosca, xos-chameleon, and xos-api-tester are versioned in values.yaml
+appVersion: 3.2.3
diff --git a/xos-core/requirements.yaml b/xos-core/requirements.yaml
index 300d929..bfa156f 100644
--- a/xos-core/requirements.yaml
+++ b/xos-core/requirements.yaml
@@ -18,6 +18,6 @@
   version: 1.0.1
   repository: file://../xos-db
 - name: xos-gui
-  version: 1.2.3
+  version: 1.2.4
   repository: file://../xos-gui
   condition: xos-gui.enabled
diff --git a/xos-core/values.yaml b/xos-core/values.yaml
index 20b3c02..3bd9df5 100644
--- a/xos-core/values.yaml
+++ b/xos-core/values.yaml
@@ -23,12 +23,12 @@
 
   xos_chameleon:
     repository: 'xosproject/chameleon'
-    tag: '{{ .Chart.AppVersion }}'
+    tag: '3.3.0'
     pullPolicy: 'Always'
 
   xos_tosca:
     repository: 'xosproject/xos-tosca'
-    tag: '1.2.0'
+    tag: '1.3.0'
     pullPolicy: 'Always'
 
   xos_api_tester: