roc-umbrella: releasing 2.0.28 for updated roc-gui-v2

includes big fix for
* sdcore-adapter
* aether-2.0.x model

Change-Id: Iba1b2300dc685d1c65505e9a18c2e8c08df3709d
diff --git a/aether-roc-gui-v2/Chart.yaml b/aether-roc-gui-v2/Chart.yaml
index d2ac2cb..b931966 100644
--- a/aether-roc-gui-v2/Chart.yaml
+++ b/aether-roc-gui-v2/Chart.yaml
@@ -7,7 +7,7 @@
 description: Aether ROC Graphical User Interface
 kubeVersion: ">=1.15.0"
 type: application
-version: 2.0.2
+version: 2.0.3
 appVersion: 2.0.0
 keywords:
   - aether
diff --git a/aether-roc-gui-v2/values.yaml b/aether-roc-gui-v2/values.yaml
index cbfd41a..1bad15c 100644
--- a/aether-roc-gui-v2/values.yaml
+++ b/aether-roc-gui-v2/values.yaml
@@ -10,7 +10,7 @@
 
 image:
   repository: onosproject/aether-roc-gui
-  tag: v0.9.1
+  tag: v0.9.2
   pullPolicy: IfNotPresent
   pullSecrets: []
 
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 185527e..7824330 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.27
+version: 2.0.28
 appVersion: v0.0.0
 keywords:
   - aether
@@ -44,11 +44,11 @@
   - name: aether-roc-gui-v2
     condition: import.aether-roc-gui.v2.enabled
     repository: "file://../aether-roc-gui-v2"
-    version: 2.0.2
+    version: 2.0.3
   - name: sdcore-adapter-v2
     condition: import.sdcore-adapter.v2.enabled
     repository: "file://../sdcore-adapter-v2"
-    version: 2.0.6
+    version: 2.0.7
   - name: sdcore-adapter-v4
     condition: import.sdcore-adapter.v4.enabled
     repository: "file://../sdcore-adapter-v4"
diff --git a/aether-roc-umbrella/values.yaml b/aether-roc-umbrella/values.yaml
index abac6b5..8c69de1 100644
--- a/aether-roc-umbrella/values.yaml
+++ b/aether-roc-umbrella/values.yaml
@@ -88,15 +88,30 @@
 aether-roc-api: {}
 
 # Aether ROC GUI
-aether-roc-gui:
+aether-roc-gui-v2:
+  nameOverride: aether-roc-gui-v2
+  fullnameOverride: aether-roc-gui-v2
   websocket:
     proxyEnabled: true
   grafana:
     proxyEnabled: true
     service: aether-roc-umbrella-grafana # the grafana hostname - use FQDN for other namespaces
   prometheus:
-    proxyEnabled: true
-    service: aether-roc-umbrella-prometheus-acc-server
+    acc:
+      proxyEnabled: true
+      service: prom-label-proxy-acc
+      protocol: http
+      port: 8080
+    amp:
+      proxyEnabled: true
+      service: prom-label-proxy-amp
+      protocol: http
+      port: 8080
+    site:
+      - name: ace1
+        service: aether-roc-umbrella-prometheus-ace-server
+        protocol: http
+        port: 80
 
 aether-roc-gui-v4:
   nameOverride: aether-roc-gui-v4
@@ -346,7 +361,7 @@
       enabled: false
   modelPlugins:
     - name: aether-2
-      image: onosproject/aether-2.0.x:2.0.0-dev-aether-2.0.x
+      image: onosproject/aether-2.0.x:2.0.1-dev-aether-2.0.x
       endpoint: localhost
       port: 5152
     - name: aether-4
@@ -354,10 +369,6 @@
       endpoint: localhost
       port: 5153
 
-  plugin:
-    compiler:
-      version: v1.0.1
-      target: ""
   openpolicyagent:
     enabled: true
     regoConfigMap: aether-roc-umbrella-opa-rbac
diff --git a/sdcore-adapter-v2/Chart.yaml b/sdcore-adapter-v2/Chart.yaml
index 02c03c1..8ddc8c2 100644
--- a/sdcore-adapter-v2/Chart.yaml
+++ b/sdcore-adapter-v2/Chart.yaml
@@ -6,7 +6,7 @@
 name: sdcore-adapter-v2
 kubeVersion: ">=1.17.0"
 type: application
-version: 2.0.6
+version: 2.0.7
 appVersion: v2.0.0
 description: Aether SD-Core Adapter
 keywords:
diff --git a/sdcore-adapter-v2/values.yaml b/sdcore-adapter-v2/values.yaml
index f916d6a..1b75070 100644
--- a/sdcore-adapter-v2/values.yaml
+++ b/sdcore-adapter-v2/values.yaml
@@ -10,7 +10,7 @@
 
 image:
   repository: onosproject/sdcore-adapter
-  tag: v0.3.6
+  tag: v0.3.7
   pullPolicy: IfNotPresent
   pullSecrets: []