SDFAB-177 gui features can be controlled through Helm

Change-Id: I8f4c35a08f21a4abdb7228f59db09c4875abbdfb
diff --git a/aether-roc-gui/Chart.yaml b/aether-roc-gui/Chart.yaml
index bc1962d..b5c86fb 100644
--- a/aether-roc-gui/Chart.yaml
+++ b/aether-roc-gui/Chart.yaml
@@ -7,7 +7,7 @@
 description: Aether ROC Graphical User Interface
 kubeVersion: ">=1.15.0"
 type: application
-version: 2.1.14
+version: 2.1.15
 appVersion: 2.0.0
 keywords:
   - aether
diff --git a/aether-roc-gui/templates/deployment.yaml b/aether-roc-gui/templates/deployment.yaml
index cf07343..1eaa906 100644
--- a/aether-roc-gui/templates/deployment.yaml
+++ b/aether-roc-gui/templates/deployment.yaml
@@ -46,6 +46,10 @@
                   fieldPath: metadata.namespace
             - name: OPENIDCISSUER
               value: {{ .Values.openidc.issuer }}
+            - name: FEATUREAETHER
+              value: {{ .Values.feature.aether | quote }}
+            - name: FEATURESDNFABRIC
+              value: {{ .Values.feature.sdnfabric | quote }}
           stdin : true
           resources:
             {{- toYaml .Values.resources | nindent 12 }}
diff --git a/aether-roc-gui/values.yaml b/aether-roc-gui/values.yaml
index e304c10..fe50b7d 100644
--- a/aether-roc-gui/values.yaml
+++ b/aether-roc-gui/values.yaml
@@ -10,7 +10,7 @@
 
 image:
   repository: onosproject/aether-roc-gui
-  tag: v0.9.23
+  tag: v0.9.24
   pullPolicy: IfNotPresent
   pullSecrets: []
 
@@ -40,6 +40,10 @@
 openidc:
   issuer:
 
+feature:
+  aether: true
+  sdnfabric: true
+
 resources: {}
   # We usually recommend not to specify default resources and to leave this as a conscious
   # choice for the user. This also increases chances charts run on environments with little