update to 2.x models

Change-Id: I341d160d53c0870c271d37c9207abd577876505c
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 5154918..e333576 100644
--- a/aether-roc-umbrella/Chart.yaml
+++ b/aether-roc-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
 description: Aether ROC Umbrella chart to deploy all Aether ROC
 kubeVersion: ">=1.18.0"
 type: application
-version: 2.0.2
+version: 2.0.3
 appVersion: v0.0.0
 keywords:
   - aether
@@ -21,6 +21,10 @@
     condition: import.onos-topo.enabled
     repository: https://charts.onosproject.org
     version: 1.1.109
+  - name: config-model-aether-2
+    condition: onos-config.models.aether.v2.enabled
+    repository: "file://../config-models/aether-2.0.x"
+    version: 2.0.0
   - name: config-model-aether-4
     condition: onos-config.models.aether.v4.enabled
     repository: "file://../config-models/aether-4.x"
@@ -45,7 +49,7 @@
   - name: aether-roc-api
     condition: import.aether-roc-api.enabled
     repository: "file://../aether-roc-api"
-    version: 1.3.0
+    version: 1.4.0
   - name: aether-roc-websocket
     condition: import.aether-roc-websocket.enabled
     repository: "file://../aether-roc-websocket"
@@ -54,6 +58,10 @@
     condition: import.aether-roc-gui.v4.enabled
     repository: "file://../aether-roc-gui-v4"
     version: 4.0.14
+  - name: sdcore-adapter-v2
+    condition: import.sdcore-adapter.v2.enabled
+    repository: "file://../sdcore-adapter-v2"
+    version: 2.0.0
   - name: sdcore-adapter-v4
     condition: import.sdcore-adapter.v4.enabled
     repository: "file://../sdcore-adapter-v4"