diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-11-04 14:20:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-04 14:20:49 +0000 |
commit | 59e1fa88662a8994e541b7931580c8798b5ea3ad (patch) | |
tree | 5c761794cf2684bd866611596f36cf2f5dd4bc8a /kubernetes | |
parent | e63ce719d349ff5c8000d52a3a097a1f1d598a7c (diff) | |
parent | 8962527d7af291250d6d0d46893329ccf886287e (diff) |
Merge "[UUI] Update image of components of UUI"
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 c477d03c54..2a187d6392 100644 --- a/kubernetes/uui/components/uui-server/values.yaml +++ b/kubernetes/uui/components/uui-server/values.yaml @@ -88,7 +88,7 @@ flavor: small # application image repository: nexus3.onap.org:10001 -image: onap/usecase-ui-server:5.1.1 +image: onap/usecase-ui-server:5.1.2 pullPolicy: Always # application configuration diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index d265b6e9ec..48fb5b6b44 100644 --- a/kubernetes/uui/values.yaml +++ b/kubernetes/uui/values.yaml @@ -57,7 +57,7 @@ subChartsOnly: flavor: small # application image -image: onap/usecase-ui:5.1.0 +image: onap/usecase-ui:5.1.1 pullPolicy: Always # application configuration |