aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-06-22 13:37:32 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2023-06-29 19:20:03 +0000
commit6e00a8b5804469a9be1ad7d59f612341ce9bf0ce (patch)
tree79264d3589cc8e6020b617976c71695238490cfd /kubernetes/uui
parentdcff42b4a5b406ff9abb3da0e077268581e4cb51 (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')
-rw-r--r--kubernetes/uui/Chart.yaml12
-rw-r--r--kubernetes/uui/components/uui-intent-analysis/Chart.yaml12
-rw-r--r--kubernetes/uui/components/uui-nlp/Chart.yaml8
-rw-r--r--kubernetes/uui/components/uui-server/Chart.yaml10
4 files changed, 21 insertions, 21 deletions
diff --git a/kubernetes/uui/Chart.yaml b/kubernetes/uui/Chart.yaml
index ab01381793..7c4a5b78ca 100644
--- a/kubernetes/uui/Chart.yaml
+++ b/kubernetes/uui/Chart.yaml
@@ -18,24 +18,24 @@
apiVersion: v2
description: ONAP uui
name: uui
-version: 12.0.0
+version: 13.0.0
dependencies:
- name: common
- version: ~12.x-0
+ version: ~13.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)
repository: '@local'
- name: repositoryGenerator
- version: ~12.x-0
+ version: ~13.x-0
repository: '@local'
- name: uui-server
- version: ~12.x-0
+ version: ~13.x-0
repository: 'file://components/uui-server'
- name: uui-nlp
- version: ~12.x-0
+ version: ~13.x-0
repository: 'file://components/uui-nlp'
- name: uui-intent-analysis
- version: ~12.x-0
+ version: ~13.x-0
repository: 'file://components/uui-intent-analysis'
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'