Chronos exporter: Updated site's image link
Change-Id: I5d2f3fac6194b18f05e32d19f2382c5efd0f700a
diff --git a/chronos-exporter/Chart.yaml b/chronos-exporter/Chart.yaml
index 9a8d535..ca1ebbb 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.15
-appVersion: v0.0.10
+version: 0.0.16
+appVersion: v0.0.13
keywords:
- aether
- exporter
diff --git a/chronos-exporter/files/configs/demo-configuration.yaml b/chronos-exporter/files/configs/demo-configuration.yaml
index 15d474e..39758e6 100644
--- a/chronos-exporter/files/configs/demo-configuration.yaml
+++ b/chronos-exporter/files/configs/demo-configuration.yaml
@@ -8,7 +8,7 @@
sites:
- site-id: freemont
display-name: Freemont, CA
- image: chronos-exporter/images/los-angeles-us.png
+ image: /chronos-exporter/images/los-angeles-us.png
small-cells:
- small-cell-id: freemont-sc-north
display-name: North Cell
@@ -354,7 +354,7 @@
display-name: Sim 1f
- site-id: bengaluru
display-name: Bengaluru, INDIA
- image: chronos-exporter/images/bengaluru-india.png
+ image: /chronos-exporter/images/bengaluru-india.png
small-cells:
- small-cell-id: bengaluru-north
display-name: North Cell
diff --git a/chronos-exporter/files/images/bangaluru-india.png b/chronos-exporter/files/images/bengaluru-india.png
similarity index 100%
rename from chronos-exporter/files/images/bangaluru-india.png
rename to chronos-exporter/files/images/bengaluru-india.png
Binary files differ
diff --git a/chronos-exporter/values.yaml b/chronos-exporter/values.yaml
index 1db4609..6aaf699 100644
--- a/chronos-exporter/values.yaml
+++ b/chronos-exporter/values.yaml
@@ -10,7 +10,7 @@
image:
repository: onosproject/chronos-exporter
- tag: v0.0.10
+ tag: v0.0.13
pullPolicy: IfNotPresent
pullSecrets: []
diff --git a/chronos-umbrella/Chart.yaml b/chronos-umbrella/Chart.yaml
index 1b20bc4..8018ff8 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.16
+version: 0.1.17
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.15
+ version: 0.0.16
- name: aether-enterprise-portal
condition: import.aether-enterprise-portal.enabled
repository: "file://../aether-enterprise-portal"