diff options
author | Welch, Lorraine (lb2391) <lb2391@att.com> | 2019-09-04 16:45:36 -0400 |
---|---|---|
committer | Welch, Lorraine (lb2391) <lb2391@att.com> | 2019-09-04 17:30:44 -0400 |
commit | 6e7e055e27731b451437aefa336d382f31cbc38c (patch) | |
tree | 39e7b1f508317224981204aee1dcc9acd5f2a92d /deployment/heat | |
parent | e2e071fd218bfb7253b71dacb5c3b500454517b3 (diff) |
Update latest staging portal docker images
update to 2.6.0-STAGING-latest for now to test
Issue-ID: PORTAL-685
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
Change-Id: I5a49caa40c05569a1a5fea2f3378c2a9fd2c064f
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
Diffstat (limited to 'deployment/heat')
-rw-r--r-- | deployment/heat/onap-rke/staging-image-override.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/deployment/heat/onap-rke/staging-image-override.yaml b/deployment/heat/onap-rke/staging-image-override.yaml index cb77790bf..317de9987 100644 --- a/deployment/heat/onap-rke/staging-image-override.yaml +++ b/deployment/heat/onap-rke/staging-image-override.yaml @@ -86,4 +86,12 @@ so: image: onap/so/request-db-adapter:1.5.1-STAGING-latest vid: image: onap/vid:5.0-STAGING-latest - +portal: + portal-app: + image: onap/portal-app:2.6.0-STAGING-latest + portal-mariadb: + image: onap/portal-db:2.6.0-STAGING-latest + portal-sdk: + image: onap/portal-sdk:2.6.0-STAGING-latest + portal-widget: + image: onap/portal-wms:2.6.0-STAGING-latest |