diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-06-22 13:37:32 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-06-29 19:20:03 +0000 |
commit | 6e00a8b5804469a9be1ad7d59f612341ce9bf0ce (patch) | |
tree | 79264d3589cc8e6020b617976c71695238490cfd /kubernetes/uui/components | |
parent | dcff42b4a5b406ff9abb3da0e077268581e4cb51 (diff) |
[COMMON] Bump ONAP version
Update chart versions to 13.0.0 for Montreal
Issue-ID: OOM-3173
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Ie53fd021f01e459c464e44f4459a73ba0b00c172
Diffstat (limited to 'kubernetes/uui/components')
-rw-r--r-- | kubernetes/uui/components/uui-intent-analysis/Chart.yaml | 12 | ||||
-rw-r--r-- | kubernetes/uui/components/uui-nlp/Chart.yaml | 8 | ||||
-rw-r--r-- | kubernetes/uui/components/uui-server/Chart.yaml | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/kubernetes/uui/components/uui-intent-analysis/Chart.yaml b/kubernetes/uui/components/uui-intent-analysis/Chart.yaml index 8f670de70c..bd1f6eedab 100644 --- a/kubernetes/uui/components/uui-intent-analysis/Chart.yaml +++ b/kubernetes/uui/components/uui-intent-analysis/Chart.yaml @@ -15,21 +15,21 @@ apiVersion: v2 description: ONAP uui intent analysis name: uui-intent-analysis -version: 12.0.0 +version: 13.0.0 dependencies: - name: common - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: repositoryGenerator - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: postgres - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: serviceAccount - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: readinessCheck - version: ~12.x-0 + version: ~13.x-0 repository: '@local' diff --git a/kubernetes/uui/components/uui-nlp/Chart.yaml b/kubernetes/uui/components/uui-nlp/Chart.yaml index 3d7bd08f29..681b7bc90c 100644 --- a/kubernetes/uui/components/uui-nlp/Chart.yaml +++ b/kubernetes/uui/components/uui-nlp/Chart.yaml @@ -20,15 +20,15 @@ apiVersion: v2 description: ONAP UUI NLP name: uui-nlp -version: 12.0.0 +version: 13.0.0 dependencies: - name: common - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: repositoryGenerator - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: serviceAccount - version: ~12.x-0 + version: ~13.x-0 repository: '@local'
\ No newline at end of file diff --git a/kubernetes/uui/components/uui-server/Chart.yaml b/kubernetes/uui/components/uui-server/Chart.yaml index 99ade2256c..82e395ed45 100644 --- a/kubernetes/uui/components/uui-server/Chart.yaml +++ b/kubernetes/uui/components/uui-server/Chart.yaml @@ -17,18 +17,18 @@ apiVersion: v2 description: ONAP uui server name: uui-server -version: 12.0.0 +version: 13.0.0 dependencies: - name: common - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: repositoryGenerator - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: postgres - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: serviceAccount - version: ~12.x-0 + version: ~13.x-0 repository: '@local' |