updating roc-gui after basket route fix

Change-Id: If016704f4d74c8b285cad6088c93e8e2c6917079
diff --git a/aether-roc-api/Chart.yaml b/aether-roc-api/Chart.yaml
index 0e0d27d..12e23a3 100644
--- a/aether-roc-api/Chart.yaml
+++ b/aether-roc-api/Chart.yaml
@@ -7,8 +7,8 @@
 description: Aether ROC API
 kubeVersion: ">=1.15.0"
 type: application
-version: 1.7.12
-appVersion: v0.10.16
+version: 1.7.13
+appVersion: v0.10.18
 keywords:
   - aether
   - config
diff --git a/aether-roc-gui/Chart.yaml b/aether-roc-gui/Chart.yaml
index b5c86fb..579be06 100644
--- a/aether-roc-gui/Chart.yaml
+++ b/aether-roc-gui/Chart.yaml
@@ -7,8 +7,8 @@
 description: Aether ROC Graphical User Interface
 kubeVersion: ">=1.15.0"
 type: application
-version: 2.1.15
-appVersion: 2.0.0
+version: 2.1.16
+appVersion: v0.9.25
 keywords:
   - aether
   - roc
diff --git a/aether-roc-gui/values.yaml b/aether-roc-gui/values.yaml
index fe50b7d..4660753 100644
--- a/aether-roc-gui/values.yaml
+++ b/aether-roc-gui/values.yaml
@@ -10,13 +10,13 @@
 
 image:
   repository: onosproject/aether-roc-gui
-  tag: v0.9.24
+  tag: "{{ .Chart.AppVersion }}"
   pullPolicy: IfNotPresent
   pullSecrets: []
 
 imagePullSecrets: []
 nameOverride: ""
-fullnameOverride: "aether-roc-gui-v2"
+fullnameOverride: "aether-roc-gui-v2-1"
 
 ## Client service.
 service:
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 53fd6fb..e1de47b 100644
--- a/aether-roc-umbrella/Chart.yaml
+++ b/aether-roc-umbrella/Chart.yaml
@@ -8,7 +8,7 @@
 description: Aether ROC Umbrella chart to deploy all Aether ROC
 kubeVersion: ">=1.18.0"
 type: application
-version: 2.1.29
+version: 2.1.30
 appVersion: v0.0.0
 keywords:
   - aether
@@ -33,7 +33,7 @@
   - name: aether-roc-api
     condition: import.aether-roc-api.enabled
     repository: "file://../aether-roc-api"
-    version: 1.7.12
+    version: 1.7.13
   - name: aether-roc-gui-v2
     condition: import.aether-roc-gui.v2-0.enabled
     repository: https://charts.aetherproject.org
@@ -41,7 +41,7 @@
   - name: aether-roc-gui
     condition: import.aether-roc-gui.v2-1.enabled
     repository: "file://../aether-roc-gui"
-    version: 2.1.15
+    version: 2.1.16
     alias: aether-roc-gui-v2-1
   - name: sdcore-adapter-v2
     condition: import.sdcore-adapter.v2-0.enabled
diff --git a/fabric-umbrella/Chart.yaml b/fabric-umbrella/Chart.yaml
index dc6a1f2..e655505 100644
--- a/fabric-umbrella/Chart.yaml
+++ b/fabric-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
 description: Fabric ROC Umbrella chart to deploy all Fabric ROC
 kubeVersion: ">=1.18.0"
 type: application
-version: 0.1.14
+version: 0.1.15
 appVersion: v0.0.0
 keywords:
   - aether
@@ -32,12 +32,12 @@
   - name: aether-roc-api
     condition: import.fabric-roc-api.enabled
     repository: "file://../aether-roc-api"
-    version: 1.7.12
+    version: 1.7.13
     alias: fabric-roc-api
   - name: aether-roc-gui
     condition: import.fabric-roc-gui.v0-1.enabled
     repository: "file://../aether-roc-gui"
-    version: 2.1.15
+    version: 2.1.16
     alias: fabric-roc-gui
   - name: fabric-adapter
     condition: import.fabric-adapter.v0-1.enabled