From b81a56ad46ad2278c1b88dee42a872de8a4447a1 Mon Sep 17 00:00:00 2001 From: jhh Date: Fri, 22 May 2020 08:26:36 -0500 Subject: add uuid image override Issue-ID: INT-1599 Signed-off-by: jhh Change-Id: I6b5f14c6abf594d7947d08939476358cf16f35e8 --- deployment/heat/onap-rke/uui-staging-image-override.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 deployment/heat/onap-rke/uui-staging-image-override.yaml diff --git a/deployment/heat/onap-rke/uui-staging-image-override.yaml b/deployment/heat/onap-rke/uui-staging-image-override.yaml new file mode 100755 index 000000000..7d717f54b --- /dev/null +++ b/deployment/heat/onap-rke/uui-staging-image-override.yaml @@ -0,0 +1,5 @@ +--- +uui: + image: onap/usecase-ui:3.0.3 + uui-server: + image: onap/usecase-ui-server:3.0.3 -- cgit 1.2.3-korg