summaryrefslogtreecommitdiffstats
path: root/charts/aai-babel
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2019-02-10 17:52:51 -0500
committerMike Elliott <mike.elliott@amdocs.com>2019-02-10 17:57:16 -0500
commit13773a02ae91c360d39af84b3f45a147cb32402a (patch)
tree38c5fde8d4f6a0bbda37952e8fbe0da9ce753584 /charts/aai-babel
parent0d31ee939daad7848f04ce74f79f4505ca2ace9c (diff)
Update Chart version for Dublin Release
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release. In addition the requirement.yaml files have been updated to allow for chart versions that include timestamp suffix. A following on patch will take care of changes to the OOM Makefiles to support injection of the timestamp versions. Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb Issue-ID: OOM-1642 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'charts/aai-babel')
-rw-r--r--charts/aai-babel/Chart.yaml2
-rw-r--r--charts/aai-babel/requirements.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/charts/aai-babel/Chart.yaml b/charts/aai-babel/Chart.yaml
index d0311c1..fe1a4ce 100644
--- a/charts/aai-babel/Chart.yaml
+++ b/charts/aai-babel/Chart.yaml
@@ -16,4 +16,4 @@
apiVersion: v1
description: Babel microservice
name: aai-babel
-version: 3.0.0
+version: 4.0.0
diff --git a/charts/aai-babel/requirements.yaml b/charts/aai-babel/requirements.yaml
index 6566196..78e822e 100644
--- a/charts/aai-babel/requirements.yaml
+++ b/charts/aai-babel/requirements.yaml
@@ -15,7 +15,7 @@
dependencies:
- name: common
- version: ~3.0.0
+ version: ~4.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)