summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2019-07-11 10:59:59 -0400
committerJames MacNider <James.MacNider@amdocs.com>2019-07-11 15:30:28 +0000
commitb3e7f44fcfaca3e77b9705b820748d289387a3b7 (patch)
tree284befb548de1945ec55684a26ea246d3f325628
parent845dea335af47fd4128a306a2d3ec795871371cf (diff)
Moving Helm Chart version for El Alto
Updating all helm chart versions to 5.0.0 for the El Alto release. Merge will be co-ordinated with the merge of a separate aai/oom patch. Please do not merge until this coordination has completed. Issue-ID: OOM-1980 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I31daaebeacea33565f13affd2fa28fb15fe948ba
-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 6ccc7a3..7dbed54 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -15,4 +15,4 @@
apiVersion: v1
description: A helm Chart for kubernetes-ONAP Robot
name: robot
-version: 4.0.0
+version: 5.0.0
diff --git a/requirements.yaml b/requirements.yaml
index 3ee610f..537ede6 100644
--- a/requirements.yaml
+++ b/requirements.yaml
@@ -14,7 +14,7 @@
dependencies:
- name: common
- version: ~4.x-0
+ version: ~5.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)