SEBA-536 Update xos-core helm chart to use xos-core 3.0.0 and related services

Change-Id: I0069b72e5c4cabc26940e5fdd9ee73f9da661fad
diff --git a/xos-core/Chart.yaml b/xos-core/Chart.yaml
index 9423bca..a930c6e 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.8
+version: 3.0.0
 
 # appVersion is of the xos-core and xos-chameleon containers.
 # xos-tosca and xos-api-tester are versioned in values.yaml
-appVersion: 2.1.55
+appVersion: 3.0.0
 
diff --git a/xos-core/requirements.yaml b/xos-core/requirements.yaml
index 9ba8938..cf7af2c 100644
--- a/xos-core/requirements.yaml
+++ b/xos-core/requirements.yaml
@@ -18,7 +18,7 @@
   version: 1.0.1
   repository: file://../xos-db
 - name: xos-gui
-  version: 1.2.1
+  version: 1.2.2
   repository: file://../xos-gui
   condition: xos-gui.enabled
 
diff --git a/xos-core/values.yaml b/xos-core/values.yaml
index dfd2c5c..20b3c02 100644
--- a/xos-core/values.yaml
+++ b/xos-core/values.yaml
@@ -28,7 +28,7 @@
 
   xos_tosca:
     repository: 'xosproject/xos-tosca'
-    tag: '1.1.8'
+    tag: '1.2.0'
     pullPolicy: 'Always'
 
   xos_api_tester: