Bump xos-core, xos-services, workflows, seba-services to be compatible with xos-core>4

Change-Id: Iac0e2580fdfd0bb1023fbc6ce59a0a901084aad8
diff --git a/xos-core/Chart.yaml b/xos-core/Chart.yaml
index 96f479d..0d9ab87 100644
--- a/xos-core/Chart.yaml
+++ b/xos-core/Chart.yaml
@@ -13,12 +13,13 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+apiVersion: v1
 name: xos-core
 description: XOS - An Extensible Cloud Operating System
 icon: https://guide.opencord.org/logos/xos.svg
 
-version: 3.0.13
+version: 4.0.0
 
 # appVersion is of the xos-core containers.
 # xos-tosca, xos-chameleon, and xos-api-tester are versioned in values.yaml
-appVersion: 3.3.1
+appVersion: 4.0.1
diff --git a/xos-core/values.yaml b/xos-core/values.yaml
index b915104..4e875f3 100644
--- a/xos-core/values.yaml
+++ b/xos-core/values.yaml
@@ -23,12 +23,12 @@
 
   xos_chameleon:
     repository: 'xosproject/chameleon'
-    tag: '3.3.0'
+    tag: '4.0.0'
     pullPolicy: 'Always'
 
   xos_tosca:
     repository: 'xosproject/xos-tosca'
-    tag: '1.3.0'
+    tag: '2.0.0'
     pullPolicy: 'Always'
 
   xos_api_tester: