roc-umbrella: releasing 1.4.30 for sdcore-adapter v0.2.7 and v0.1.39

Change-Id: Ib1c99031a65bffccbd369bd868123e6528f7cd3b
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 215393e..748864e 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: 1.4.29
+version: 1.4.30
 appVersion: v0.0.0
 keywords:
   - aether
@@ -65,11 +65,11 @@
   - name: sdcore-adapter
     condition: import.sdcore-adapter.v3.enabled
     repository: "file://../sdcore-adapter"
-    version: 3.0.15
+    version: 3.0.16
   - name: sdcore-adapter-v4
     condition: import.sdcore-adapter.v4.enabled
     repository: "file://../sdcore-adapter-v4"
-    version: 4.0.7
+    version: 4.0.8
   - name: subscriber-proxy
     condition: import.subscriber-proxy.enabled
     repository: "file://../subscriber-proxy"
diff --git a/aether-roc-umbrella/tests/aether-roc-umbrella.go b/aether-roc-umbrella/tests/aether-roc-umbrella.go
index e1cf337..a557ad4 100644
--- a/aether-roc-umbrella/tests/aether-roc-umbrella.go
+++ b/aether-roc-umbrella/tests/aether-roc-umbrella.go
@@ -60,6 +60,8 @@
 		Set("import.onos-gui.enabled", false).
 		Set("import.aether-roc-gui.v3.enabled", false).
 		Set("import.aether-roc-gui.v4.enabled", true).
+		Set("import.sdcore-adapter.v3.enabled", true).
+		Set("import.sdcore-adapter.v4.enabled", true).
 		Set("import.onos-cli.enabled", false).
 		Set("import.prometheus.acc.enabled", false).
 		Set("aether-roc-gui-v4.prometheus.acc.proxyEnabled", false).