diff options
author | 2017-10-25 20:42:57 +0000 | |
---|---|---|
committer | 2017-10-25 20:42:57 +0000 | |
commit | 4feb718f259bf41ea72dbf44008182c6c1b823fc (patch) | |
tree | 1680660bc1922d97fc935582169a7e16cbcfb6a2 /kubernetes/portal/values.yaml | |
parent | 78a0ea35f18c6c3fde2bb8673c80a96bedd08afa (diff) | |
parent | 52c8fd63fde8066f4c617b06cf218665031640ce (diff) |
Merge "synching up portal config again"
Diffstat (limited to 'kubernetes/portal/values.yaml')
-rw-r--r-- | kubernetes/portal/values.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/portal/values.yaml b/kubernetes/portal/values.yaml index eadc834599..a5edb98329 100644 --- a/kubernetes/portal/values.yaml +++ b/kubernetes/portal/values.yaml @@ -3,10 +3,10 @@ pullPolicy: Always nodePortPrefix: 302 image: readiness: oomk8s/readiness-check:1.0.0 - portalapps: nexus3.onap.org:10001/openecomp/portal-apps:1.3-STAGING-latest - portaldb: nexus3.onap.org:10001/openecomp/portal-db:1.3-STAGING-latest + portalapps: nexus3.onap.org:10001/onap/portal-apps:1.3-STAGING-latest + portaldb: nexus3.onap.org:10001/onap/portal-db:1.3-STAGING-latest mariadbClient: oomk8s/mariadb-client-init:1.0.0 - portalwms: nexus3.onap.org:10001/openecomp/portal-wms:1.3-STAGING-latest + portalwms: nexus3.onap.org:10001/onap/portal-wms:1.3-STAGING-latest ubuntuInit: oomk8s/ubuntu-init:1.0.0 ubuntuDesktop: dorowu/ubuntu-desktop-lxde-vnc filebeat: docker.elastic.co/beats/filebeat:5.5.0 |