aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-25 08:40:52 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-25 07:44:10 +0000
commit3ff707983e0da282193dba89298871129041ff79 (patch)
treeab33a30df8676b1e3828e8185bc9b73094ba388a
parentda28d1cdc573a726d3fc8a19638ebc8b3679295f (diff)
[ROBOT] Version bump for Guilin
Guilin chart uses 7.0.0 version. Issue-ID: OOM-2638 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Icceec640d07075d67038ee8b41fd50639f7c2c21
-rw-r--r--Chart.yaml2
-rw-r--r--requirements.yaml5
2 files changed, 4 insertions, 3 deletions
diff --git a/Chart.yaml b/Chart.yaml
index ac1af17..577d2ab 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -15,4 +15,4 @@
apiVersion: v1
description: A helm Chart for kubernetes-ONAP Robot
name: robot
-version: 6.0.0
+version: 7.0.0
diff --git a/requirements.yaml b/requirements.yaml
index cf08520..cac9ba5 100644
--- a/requirements.yaml
+++ b/requirements.yaml
@@ -14,8 +14,9 @@
dependencies:
- name: common
- version: ~6.x-0
+ version: ~7.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)
- repository: '@local' \ No newline at end of file
+ repository: '@local'
+