aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-04-02 13:58:54 +0200
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-04-02 13:58:54 +0200
commit7f37c3cd610edd911a8b68e2118212d9ec8149d6 (patch)
treec0202da4cc5db8c16470e1062128239808a2db62
parent60271b7510ea9d57ed56cd9958d1c07f5ceaf3c5 (diff)
Bump chart version
Use 6.0.0 in preparation for Frankfurt release Issue-ID: OOM-2320 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I73cc56e5e12018cf2d313bea04facf9e41691ad4
-rw-r--r--Chart.yaml2
-rw-r--r--requirements.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Chart.yaml b/Chart.yaml
index 7dbed54..ac1af17 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -15,4 +15,4 @@
apiVersion: v1
description: A helm Chart for kubernetes-ONAP Robot
name: robot
-version: 5.0.0
+version: 6.0.0
diff --git a/requirements.yaml b/requirements.yaml
index 537ede6..cf08520 100644
--- a/requirements.yaml
+++ b/requirements.yaml
@@ -14,7 +14,7 @@
dependencies:
- name: common
- version: ~5.x-0
+ version: ~6.x-0
# local reference to common chart, as it is
# a part of this chart's package and will not
# be published independently to a repo (at this point)