roc-umbrella: adding initial roc-gui-v2
Change-Id: I5cc0b40a8bdd86d9898950e2ba0a175e4118c1d4
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 4439d49..e8f5fcd 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.15
+version: 2.0.16
appVersion: v0.0.0
keywords:
- aether
@@ -58,6 +58,10 @@
condition: import.aether-roc-gui.v4.enabled
repository: "file://../aether-roc-gui-v4"
version: 4.0.15
+ - name: aether-roc-gui-v2
+ condition: import.aether-roc-gui.v2.enabled
+ repository: "file://../aether-roc-gui-v2"
+ version: 2.0.0
- name: sdcore-adapter-v2
condition: import.sdcore-adapter.v2.enabled
repository: "file://../sdcore-adapter-v2"
diff --git a/aether-roc-umbrella/values.yaml b/aether-roc-umbrella/values.yaml
index 6c40558..b731e54 100644
--- a/aether-roc-umbrella/values.yaml
+++ b/aether-roc-umbrella/values.yaml
@@ -44,7 +44,7 @@
aether-roc-websocket:
enabled: true
aether-roc-gui:
- v3:
+ v2:
enabled: false
v4:
enabled: true