diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2017-11-29 07:50:38 -0500 |
---|---|---|
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2017-12-08 18:26:19 +0000 |
commit | 5425c736b106cfa3ed39c546a4af3dbc70cc2f68 (patch) | |
tree | 54db9d136ed1841d4bf90a7b7265675db500c199 /kubernetes/portal/values.yaml | |
parent | 852ac276248e995e1ec9782c5fc40c5dc578a803 (diff) |
Migrate to R1 released docker images
Change-Id: Iac46cbae69404d17e1f4e59f85ed18fc7ecd01dd
Issue-ID: OOM-432
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
(cherry picked from commit f033f949c49cc195be1f3a6bdf79759f7e0983ca)
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 a5edb98329..aaa781995a 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/onap/portal-apps:1.3-STAGING-latest - portaldb: nexus3.onap.org:10001/onap/portal-db:1.3-STAGING-latest + portalapps: nexus3.onap.org:10001/onap/portal-apps:v1.3.0 + portaldb: nexus3.onap.org:10001/onap/portal-db:v1.3.0 mariadbClient: oomk8s/mariadb-client-init:1.0.0 - portalwms: nexus3.onap.org:10001/onap/portal-wms:1.3-STAGING-latest + portalwms: nexus3.onap.org:10001/onap/portal-wms:v1.3.0 ubuntuInit: oomk8s/ubuntu-init:1.0.0 ubuntuDesktop: dorowu/ubuntu-desktop-lxde-vnc filebeat: docker.elastic.co/beats/filebeat:5.5.0 |