diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2024-06-13 18:03:37 +0800 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2024-06-14 11:25:47 +0000 |
commit | 7304f4378834e584dd3bfc428fb6c0144b6d63f7 (patch) | |
tree | 6bdf2ceabb59591a58ee5a4191fefbb5cd02a6dc | |
parent | 5e514f3f518f7f2bc7b5ff402cb5caa422013304 (diff) |
[UUI] Update image of components of UUI
Update image of components of UUI
Issue-ID: USECASEUI-838
Change-Id: I8e0929641424a6e77e53bf1a4a360e1b6297fb5c
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
(cherry picked from commit f5d88bd053b4c7a5e98831d0570a88aab65cc3b2)
-rw-r--r-- | kubernetes/uui/components/uui-intent-analysis/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/uui/components/uui-server/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/uui/values.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/uui/components/uui-intent-analysis/values.yaml b/kubernetes/uui/components/uui-intent-analysis/values.yaml index c638303d86..73903ceae9 100644 --- a/kubernetes/uui/components/uui-intent-analysis/values.yaml +++ b/kubernetes/uui/components/uui-intent-analysis/values.yaml @@ -40,7 +40,7 @@ secrets: password: '{{ .Values.postgres.config.pgUserPassword }}' passwordPolicy: generate -image: onap/usecase-ui-intent-analysis:5.2.4 +image: onap/usecase-ui-intent-analysis:14.0.0 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/uui/components/uui-server/values.yaml b/kubernetes/uui/components/uui-server/values.yaml index d1bc3379d0..6e715bd7a9 100644 --- a/kubernetes/uui/components/uui-server/values.yaml +++ b/kubernetes/uui/components/uui-server/values.yaml @@ -48,7 +48,7 @@ flavor: small # application image repository: nexus3.onap.org:10001 -image: onap/usecase-ui-server:5.2.2 +image: onap/usecase-ui-server:14.0.0 pullPolicy: Always # application configuration diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index b7893bc0fa..2cc0837f41 100644 --- a/kubernetes/uui/values.yaml +++ b/kubernetes/uui/values.yaml @@ -25,7 +25,7 @@ subChartsOnly: flavor: small # application image -image: onap/usecase-ui:5.2.2 +image: onap/usecase-ui:14.0.0 pullPolicy: Always # application configuration |