diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2024-06-13 18:03:37 +0800 |
---|---|---|
committer | Kaixi LIU <liukaixi@chinamobile.com> | 2024-06-14 03:04:03 +0000 |
commit | f5d88bd053b4c7a5e98831d0570a88aab65cc3b2 (patch) | |
tree | 317bbb660df7d38fa6837c158eef9334b50a65e2 | |
parent | e5cad98137d9403bcb43a8715dbd7ad9b4967615 (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>
-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 |