diff options
author | hekeguang <hekeguang@chinamobile.com> | 2022-04-27 14:36:00 +0800 |
---|---|---|
committer | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-04-28 14:45:00 +0000 |
commit | 618cfffd44e5a9d187e6a89586b00fb0737f81a7 (patch) | |
tree | 43d28789b082133367cffe3fd3dff52c56c7c018 /kubernetes | |
parent | 24f188ef01678376820221a26cafa0bfff719a13 (diff) |
[UUI] Update image of components of UUI
Update the image version for UUI components
Issue-ID: USECASEUI-662
Change-Id: I1ca25dfcde7dee20266660797ce089430c3af9d8
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/uui/components/uui-server/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/uui/values.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/uui/components/uui-server/values.yaml b/kubernetes/uui/components/uui-server/values.yaml index 5bd781eb2d..d279163690 100644 --- a/kubernetes/uui/components/uui-server/values.yaml +++ b/kubernetes/uui/components/uui-server/values.yaml @@ -63,7 +63,7 @@ flavor: small # application image repository: nexus3.onap.org:10001 -image: onap/usecase-ui-server:4.0.6 +image: onap/usecase-ui-server:4.0.7 pullPolicy: Always # application configuration diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index 1ed9b470d2..f133ad5a27 100644 --- a/kubernetes/uui/values.yaml +++ b/kubernetes/uui/values.yaml @@ -57,7 +57,7 @@ subChartsOnly: flavor: small # application image -image: onap/usecase-ui:4.0.6 +image: onap/usecase-ui:4.0.7 pullPolicy: Always # application configuration |