Chronos exporter: Fixed minor bug in demo configuration under Bengaluru site

Change-Id: I44b6c13013e5b582fd224656002e5ac720b6970b
diff --git a/chronos-exporter/Chart.yaml b/chronos-exporter/Chart.yaml
index afffe47..dca7932 100644
--- a/chronos-exporter/Chart.yaml
+++ b/chronos-exporter/Chart.yaml
@@ -7,7 +7,7 @@
 description: Chronos Exporter

 kubeVersion: ">=1.15.0"

 type: application

-version: 0.0.19

+version: 0.0.20

 appVersion: v0.0.17

 keywords:

   - aether

diff --git a/chronos-exporter/files/configs/demo-configuration.yaml b/chronos-exporter/files/configs/demo-configuration.yaml
index de64f1e..60c775e 100644
--- a/chronos-exporter/files/configs/demo-configuration.yaml
+++ b/chronos-exporter/files/configs/demo-configuration.yaml
@@ -380,7 +380,7 @@
         display-name: Phones Slice
         device-groups:
           - phones-north
-          - phone-south
+          - phones-south
         applications:
           - expenses-application
       - slice-id: bengaluru-slice-drones
diff --git a/chronos-umbrella/Chart.yaml b/chronos-umbrella/Chart.yaml
index 8e5b7e9..f825ce8 100644
--- a/chronos-umbrella/Chart.yaml
+++ b/chronos-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
 description: Chronos Umbrella chart to deploy all Aether ROC

 kubeVersion: ">=1.18.0"

 type: application

-version: 0.1.21

+version: 0.1.22

 appVersion: v0.0.0

 keywords:

   - aether

@@ -29,7 +29,7 @@
   - name: chronos-exporter

     condition: import.chronos-exporter.enabled

     repository: "file://../chronos-exporter"

-    version: 0.0.19

+    version: 0.0.20

   - name: aether-enterprise-portal

     condition: import.aether-enterprise-portal.enabled

     repository: "file://../aether-enterprise-portal"