AETHER-2535: Cherry-picked sdcore-adapter disabled groups fix

Change-Id: I8b308f09e7a7a13664c53df6769ddd663c40137d
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 878fa8d..97b4cb6 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.3.14
+version: 1.3.15
 appVersion: v0.0.0
 keywords:
   - aether
@@ -48,7 +48,7 @@
   - name: sdcore-adapter
     condition: import.sdcore-adapter.v3.enabled
     repository: "file://../sdcore-adapter"
-    version: 3.0.15
+    version: 3.0.16
   - name: subscriber-proxy
     condition: import.subscriber-proxy.enabled
     repository: "file://../subscriber-proxy"
diff --git a/sdcore-adapter/Chart.yaml b/sdcore-adapter/Chart.yaml
index b4b7191..2f81200 100644
--- a/sdcore-adapter/Chart.yaml
+++ b/sdcore-adapter/Chart.yaml
@@ -6,7 +6,7 @@
 name: sdcore-adapter
 kubeVersion: ">=1.17.0"
 type: application
-version: 3.0.15
+version: 3.0.16
 appVersion: v3.0.0
 description: ONOS SD-Core Adapter
 keywords:
diff --git a/sdcore-adapter/values.yaml b/sdcore-adapter/values.yaml
index eca6754..816c5ad 100644
--- a/sdcore-adapter/values.yaml
+++ b/sdcore-adapter/values.yaml
@@ -10,7 +10,7 @@
 
 image:
   repository: onosproject/sdcore-adapter
-  tag: v0.1.36
+  tag: v0.1.39
   pullPolicy: IfNotPresent
   pullSecrets: []