diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2017-12-15 15:00:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-12-15 15:00:50 +0000 |
commit | 36800aaa8b2ec70a72bfe36687b4632dd9f8f22d (patch) | |
tree | b1da28704e2b1d615b06afdbeea9b1f3a2d444e1 /kubernetes/portal/values.yaml | |
parent | 5cc744a385e972ad49c27b6a6489d1bc9d862df4 (diff) | |
parent | 5425c736b106cfa3ed39c546a4af3dbc70cc2f68 (diff) |
Merge "Migrate to R1 released docker images"
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 |