diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-15 12:59:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-15 12:59:57 +0000 |
commit | 1a1c3b05da022418554f60c656a075effcd8260d (patch) | |
tree | b7045dba5f7da1f0873bfc6c556a293f1fdcad5d | |
parent | 3291609df9abe49dc393fbdfff3a17c3f31a139a (diff) | |
parent | 66a544ba57fa49d0b5e5d29fc997c923d1949a05 (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 980e462b47..6017f2640e 100644 --- a/kubernetes/uui/components/uui-server/values.yaml +++ b/kubernetes/uui/components/uui-server/values.yaml @@ -25,7 +25,7 @@ flavor: small # application image repository: nexus3.onap.org:10001 -image: onap/usecase-ui-server:4.0.3 +image: onap/usecase-ui-server:4.0.5 pullPolicy: Always # application configuration diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index ddac84eca3..32b8449240 100644 --- a/kubernetes/uui/values.yaml +++ b/kubernetes/uui/values.yaml @@ -24,7 +24,7 @@ subChartsOnly: flavor: small # application image -image: onap/usecase-ui:4.0.3 +image: onap/usecase-ui:4.0.5 pullPolicy: Always # application configuration |