chronos-umbrella: releasing 0.1.28 for portal bug fixes
Change-Id: I8509215ed948bc447f4c96b2418954bb91d5055b
diff --git a/aether-enterprise-portal/Chart.yaml b/aether-enterprise-portal/Chart.yaml
index 96c347f..9d0116f 100644
--- a/aether-enterprise-portal/Chart.yaml
+++ b/aether-enterprise-portal/Chart.yaml
@@ -7,8 +7,8 @@
description: Aether Enterprise Portal
kubeVersion: ">=1.15.0"
type: application
-version: 0.0.9
-appVersion: 0.0.9
+version: 0.0.10
+appVersion: 0.0.10
keywords:
- aether
- roc
diff --git a/aether-enterprise-portal/values.yaml b/aether-enterprise-portal/values.yaml
index bab357b..6d34ef9 100644
--- a/aether-enterprise-portal/values.yaml
+++ b/aether-enterprise-portal/values.yaml
@@ -10,7 +10,7 @@
image:
repository: onosproject/aether-enterprise-portal
- tag: v0.0.9
+ tag: v0.0.10
pullPolicy: IfNotPresent
pullSecrets: []
diff --git a/chronos-exporter/Chart.yaml b/chronos-exporter/Chart.yaml
index 75e45a2..f7e5038 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.24
-appVersion: v0.0.19
+version: 0.0.25
+appVersion: v0.0.20
keywords:
- aether
- exporter
diff --git a/chronos-exporter/values.yaml b/chronos-exporter/values.yaml
index cd4cc27..9b97fc3 100644
--- a/chronos-exporter/values.yaml
+++ b/chronos-exporter/values.yaml
@@ -10,7 +10,7 @@
image:
repository: onosproject/chronos-exporter
- tag: v0.0.19
+ tag: v0.0.20
pullPolicy: IfNotPresent
pullSecrets: []
diff --git a/chronos-umbrella/Chart.yaml b/chronos-umbrella/Chart.yaml
index 9d51530..6b1f1c7 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.27
+version: 0.1.28
appVersion: v0.0.0
keywords:
- aether
@@ -29,11 +29,11 @@
- name: chronos-exporter
condition: import.chronos-exporter.enabled
repository: "file://../chronos-exporter"
- version: 0.0.24
+ version: 0.0.25
- name: aether-enterprise-portal
condition: import.aether-enterprise-portal.enabled
repository: "file://../aether-enterprise-portal"
- version: 0.0.9
+ version: 0.0.10
- name: rasa-model-server
condition: import.rasa-model-server.enabled
repository: "file://../rasa-model-server"