diff options
Diffstat (limited to 'deployment/heat')
-rwxr-xr-x | deployment/heat/onap-rke/uui-staging-image-override.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |