diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-05-02 12:58:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-05-02 12:58:44 +0000 |
commit | 4c755a61f18bb2029abd6d908556864b68a81b21 (patch) | |
tree | fef7bf011218afcf8b371a31d61959f8a72677e8 | |
parent | 7448e0aef213763803a670d265ff9d4f6f96027e (diff) | |
parent | 87ce72d52641f4b0c0f1c8a088091e162b1273b1 (diff) |
Merge "[UUI] Update image of components of UUI"
-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 4ae01bd82b..6dd917b554 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.1.3 +image: onap/usecase-ui-server:5.2.1 pullPolicy: Always # application configuration diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index 325e5ccde2..4bdbd1b583 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.1.2 +image: onap/usecase-ui:5.2.1 pullPolicy: Always # application configuration |