diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-04-02 13:54:47 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-04-02 13:54:47 +0200 |
commit | 39e940f450e0345d5328a1809bdc42779e9c3cb4 (patch) | |
tree | fceadfd20d7ce9b9aba56293b29184c057b06626 /components/aai-babel | |
parent | 734cab7fc193e701b59bacc9c234030b52449fa4 (diff) |
Bump chart version
Use 6.0.0 in preparation for Frankfurt release
Issue-ID: OOM-2320
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I7280bb53c67230afd10483ac4a9b0508e47fb06b
Diffstat (limited to 'components/aai-babel')
-rw-r--r-- | components/aai-babel/Chart.yaml | 2 | ||||
-rw-r--r-- | components/aai-babel/requirements.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/aai-babel/Chart.yaml b/components/aai-babel/Chart.yaml index 0a68eb9..122737b 100644 --- a/components/aai-babel/Chart.yaml +++ b/components/aai-babel/Chart.yaml @@ -16,4 +16,4 @@ apiVersion: v1 description: Babel microservice name: aai-babel -version: 5.0.0 +version: 6.0.0 diff --git a/components/aai-babel/requirements.yaml b/components/aai-babel/requirements.yaml index d920c92..8297688 100644 --- a/components/aai-babel/requirements.yaml +++ b/components/aai-babel/requirements.yaml @@ -15,7 +15,7 @@ dependencies: - name: common - version: ~5.x-0 + version: ~6.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) |