Update onos and fabric charts in preparation for SD-BNG support

- Bumped ONOS Docker image to 2.2
- Bumped fabric synchronizer to 2.3.0 with support for Stratum-based
  devices
- Bumped fabric-crossconnect synchronizer to 1.3.0 with bugfixes

This patch updates the default values for seba-services and other charts
to use the latest versions of the ONOS apps that work with ONOS 2.2.
This is done to make the siab Jenkins job pass. There is no explicity
dependency between the seba-services chart and the onos one. The siab
scripts always install the lastest onos chart, thus requiring the app
versions to be updated as well.

Change-Id: Idcff10e4e15677fc13cf1ea4dca9125a809f4198
diff --git a/xos-profiles/seba-services/requirements.yaml b/xos-profiles/seba-services/requirements.yaml
index 89d646c..9ae5814 100644
--- a/xos-profiles/seba-services/requirements.yaml
+++ b/xos-profiles/seba-services/requirements.yaml
@@ -22,15 +22,15 @@
   repository: https://charts.opencord.org
   condition: onos-service.enabled
 - name: fabric
-  version: 2.2.2
-  repository: https://charts.opencord.org
+  version: 2.3.0
+  repository: file://../../xos-services/fabric
   condition: fabric.enabled
 - name: volt
   version: 2.2.5
   repository: https://charts.opencord.org
 - name: fabric-crossconnect
-  version: 1.2.2
-  repository: https://charts.opencord.org
+  version: 1.3.0
+  repository: file://../../xos-services/fabric-crossconnect
 - name: sadis-server
   version: 1.0.4
   repository: https://charts.opencord.org