chronos-umbrella 0.1.1 for portal v0.0.2
Change-Id: I59c482d23d3e150d9488c03e646ffa5a3771f45e
diff --git a/Makefile b/Makefile
index 8517d19..820c581 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,11 @@
deps: clean
helm dep build aether-roc-umbrella
+deps-chronos: # @HELP build dependencies for Chronos Umbrella local charts.
+deps-chronos: clean
+ rm -rf chronos-umbrella/Chart.lock chronos-umbrella/charts
+ helm dep build chronos-umbrella
+
help:
@grep -E '^.*: *# *@HELP' $(MAKEFILE_LIST) \
| sort \
diff --git a/aether-enterprise-portal/Chart.yaml b/aether-enterprise-portal/Chart.yaml
index cd603e5..ff89ad1 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.1
-appVersion: 0.0.1
+version: 0.0.2
+appVersion: 0.0.2
keywords:
- aether
- roc
diff --git a/aether-enterprise-portal/values.yaml b/aether-enterprise-portal/values.yaml
index f3d7e49..e7934fc 100644
--- a/aether-enterprise-portal/values.yaml
+++ b/aether-enterprise-portal/values.yaml
@@ -10,7 +10,7 @@
image:
repository: onosproject/aether-enterprise-portal
- tag: latest
+ tag: v0.0.2
pullPolicy: IfNotPresent
pullSecrets: []
diff --git a/chronos-umbrella/Chart.yaml b/chronos-umbrella/Chart.yaml
index a9ec3bf..c378269 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.0
+version: 0.1.1
appVersion: v0.0.0
keywords:
- aether
@@ -33,4 +33,4 @@
- name: aether-enterprise-portal
condition: import.aether-enterprise-portal.enabled
repository: "file://../aether-enterprise-portal"
- version: 0.0.1
+ version: 0.0.2