diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-11-10 15:08:21 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2022-11-10 15:17:33 +0100 |
commit | eb4598bd97e43cfd88b3edc871a52d7cf0202884 (patch) | |
tree | f6b7d75f35cb0e988c375fff46eb82317a9a78b5 /kubernetes/uui/components | |
parent | a8f00b5f159ed51231e7707c7e99ede11d635424 (diff) |
[COMMON] Bump ONAP version
Update chart versions 12.0.0 for London
Issue-ID: OOM-3046
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Ic196235ff4f6ae14a7ecad799bd75a9666b2594a
Diffstat (limited to 'kubernetes/uui/components')
-rw-r--r-- | kubernetes/uui/components/uui-nlp/Chart.yaml | 8 | ||||
-rw-r--r-- | kubernetes/uui/components/uui-server/Chart.yaml | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/kubernetes/uui/components/uui-nlp/Chart.yaml b/kubernetes/uui/components/uui-nlp/Chart.yaml index 84664dcfb5..3d7bd08f29 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: 11.0.0 +version: 12.0.0 dependencies: - name: common - version: ~11.x-0 + version: ~12.x-0 repository: '@local' - name: repositoryGenerator - version: ~11.x-0 + version: ~12.x-0 repository: '@local' - name: serviceAccount - version: ~11.x-0 + version: ~12.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 166e21957f..a93cb669ba 100644 --- a/kubernetes/uui/components/uui-server/Chart.yaml +++ b/kubernetes/uui/components/uui-server/Chart.yaml @@ -17,21 +17,21 @@ apiVersion: v2 description: ONAP uui server name: uui-server -version: 11.0.0 +version: 12.0.0 dependencies: - name: common - version: ~11.x-0 + version: ~12.x-0 repository: '@local' - name: certInitializer - version: ~11.x-0 + version: ~12.x-0 repository: '@local' - name: repositoryGenerator - version: ~11.x-0 + version: ~12.x-0 repository: '@local' - name: postgres - version: ~11.x-0 + version: ~12.x-0 repository: '@local' - name: serviceAccount - version: ~11.x-0 + version: ~12.x-0 repository: '@local' |