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-11-30 14:38:02 +0000 |
commit | f033f949c49cc195be1f3a6bdf79759f7e0983ca (patch) | |
tree | e7be426a21e3c8b6d3927f3363824e04c055570b /kubernetes/portal | |
parent | ac1b3e650fbbb05f16df8b6f1b840870e9963e08 (diff) |
Migrate to R1 released docker images
Change-Id: Iac46cbae69404d17e1f4e59f85ed18fc7ecd01dd
Issue-ID: OOM-432
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/portal')
-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 |