diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2025-01-02 09:43:13 +0800 |
---|---|---|
committer | Kaixi LIU <liukaixi@chinamobile.com> | 2025-01-03 02:31:15 +0000 |
commit | 255fc4cd93cf8d1d5adc76de440886de0896b186 (patch) | |
tree | f3418917f8178f9b06aea5e3e7e61e71044545d5 /kubernetes/uui/components/uui-server | |
parent | a613603f1ebf0848be8e3fcd1f4470e296b5733d (diff) |
[UUI] Update image of components of UUI
Issue-ID: USECASEUI-853
Change-Id: I4cb335bd048c30d41613138dd5851931fca90597
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'kubernetes/uui/components/uui-server')
-rw-r--r-- | kubernetes/uui/components/uui-server/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/uui/components/uui-server/values.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/uui/components/uui-server/Chart.yaml b/kubernetes/uui/components/uui-server/Chart.yaml index 82e395ed45..034768256f 100644 --- a/kubernetes/uui/components/uui-server/Chart.yaml +++ b/kubernetes/uui/components/uui-server/Chart.yaml @@ -17,7 +17,7 @@ apiVersion: v2 description: ONAP uui server name: uui-server -version: 13.0.0 +version: 15.0.0 dependencies: - name: common diff --git a/kubernetes/uui/components/uui-server/values.yaml b/kubernetes/uui/components/uui-server/values.yaml index 6e715bd7a9..4271bbc380 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:14.0.0 +image: onap/usecase-ui-server:15.0.0 pullPolicy: Always # application configuration |