diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2023-06-15 15:54:40 +0800 |
---|---|---|
committer | Kaixi LIU <liukaixi@chinamobile.com> | 2023-06-15 08:33:01 +0000 |
commit | 3a83708c027d2f4a1ac0201d68e429abaf4b1ae7 (patch) | |
tree | e04f9be51edded707e08ffcf2543e539a78fe3db /kubernetes/uui/components/uui-intent-analysis | |
parent | c50f0892fc601eb3d0e237c04b3f54019de513b1 (diff) |
[UUI] Update image of components of UUI
Update image of components of UUI
Issue-ID: USECASEUI-812
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Change-Id: Ie4f396bd863139f8ec8c70d2f731fcf58f11446b
Diffstat (limited to 'kubernetes/uui/components/uui-intent-analysis')
-rw-r--r-- | kubernetes/uui/components/uui-intent-analysis/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/uui/components/uui-intent-analysis/values.yaml b/kubernetes/uui/components/uui-intent-analysis/values.yaml index 7b3c12a593..457ba5a72d 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.1.1 +image: onap/usecase-ui-intent-analysis:5.2.2 pullPolicy: Always # flag to enable debugging - application support required |