aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-09-24 10:01:14 -0400
committerMike Elliott <mike.elliott@amdocs.com>2018-09-24 10:35:34 -0400
commit8f9d066fab2fc333d9576481e96667b3b6828edf (patch)
tree8f9928bce132f19f7d1df5f03690fbc9f07fbaa5
parentbcb76591af9f255e350d387fbf2ba97ac3cdf896 (diff)
Update Chart versions to 3.0
All Chart versions and requirement dependencies have been updated to 3.0 for Casablanca release. Change-Id: Iea57e5da09ea8a8bac0a415b9a6196151cbea10b Issue-ID: OOM-1354 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
-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 46b81dc..228ea3d 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -15,4 +15,4 @@
apiVersion: v1
description: A helm Chart for kubernetes-ONAP Robot
name: robot
-version: 2.0.0
+version: 3.0.0
diff --git a/requirements.yaml b/requirements.yaml
index 9b24f82..db85323 100644
--- a/requirements.yaml
+++ b/requirements.yaml
@@ -14,7 +14,7 @@
dependencies:
- name: common
- version: ~2.0.0
+ version: ~3.0.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)