diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2019-07-11 10:57:08 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2019-07-11 11:08:07 -0400 |
commit | c2d6e68b32be2bc2a421f21d23b12abdf314198c (patch) | |
tree | 34f3a8bc2c4c0548c59a634d5516bfb6611ee264 /charts/aai-spike | |
parent | 4a0fbc35268c9d6696e701c7da31dbeaeb21a722 (diff) |
Moving AAI Helm Chart version for El Alto
Updating Helm Charts to 5.0.0 for the El Alto release.
Merge will be co-ordinated with the merge of a separate oom patch https://gerrit.onap.org/r/#/c/oom/+/91274/.
Please do not merge until this coordination has completed.
Issue-ID: OOM-1981
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I14ef1a2a946f51cf7ea98803cb1d6ea1e0039fa6
Diffstat (limited to 'charts/aai-spike')
-rw-r--r-- | charts/aai-spike/Chart.yaml | 2 | ||||
-rw-r--r-- | charts/aai-spike/requirements.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/charts/aai-spike/Chart.yaml b/charts/aai-spike/Chart.yaml index 587b84c..a9dd730 100644 --- a/charts/aai-spike/Chart.yaml +++ b/charts/aai-spike/Chart.yaml @@ -15,4 +15,4 @@ apiVersion: v1 description: ONAP AAI Spike microservice name: aai-spike -version: 4.0.0
\ No newline at end of file +version: 5.0.0
\ No newline at end of file diff --git a/charts/aai-spike/requirements.yaml b/charts/aai-spike/requirements.yaml index 8915b75..19fcb5f 100644 --- a/charts/aai-spike/requirements.yaml +++ b/charts/aai-spike/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) |