chronos-umbrella: Releasing 1.0.3

Change-Id: Iecee6c8a864a4604958c2dea503cef187ef92aeb
diff --git a/chronos-exporter/Chart.yaml b/chronos-exporter/Chart.yaml
index 516a686..dd9ad5a 100644
--- a/chronos-exporter/Chart.yaml
+++ b/chronos-exporter/Chart.yaml
@@ -7,8 +7,8 @@
 description: Chronos Exporter

 kubeVersion: ">=1.15.0"

 type: application

-version: 0.0.6

-appVersion: v0.0.5

+version: 0.0.7

+appVersion: v0.0.6

 keywords:

   - aether

   - exporter

diff --git a/chronos-exporter/values.yaml b/chronos-exporter/values.yaml
index d672227..ccd4737 100644
--- a/chronos-exporter/values.yaml
+++ b/chronos-exporter/values.yaml
@@ -10,11 +10,11 @@
 

 image:

   repository: onosproject/chronos-exporter

-  tag: v0.0.5

+  tag: v0.0.6

   pullPolicy: IfNotPresent

   pullSecrets: []

 

 service:

   type: ClusterIP

 

-configfile: /etc/chronos-exporter/configs/demo-configuration.yaml
\ No newline at end of file
+configfile: /etc/chronos-exporter/configs/demo-configuration.yaml

diff --git a/chronos-umbrella/Chart.yaml b/chronos-umbrella/Chart.yaml
index e8e69bb..abadd76 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.2

+version: 0.1.3

 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.6

+    version: 0.0.7

   - name: aether-enterprise-portal

     condition: import.aether-enterprise-portal.enabled

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