From e56c06e04aa84ecf363ea50eaff94ad0d0dc87d4 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 Aug 2018 22:16:37 -0400 Subject: [PATCH] Edit templates to only include imagestreams that support both x86 and ppc64le --- openshift/templates/nodejs-mongodb-persistent.json | 4 ++-- openshift/templates/nodejs-mongodb.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openshift/templates/nodejs-mongodb-persistent.json b/openshift/templates/nodejs-mongodb-persistent.json index 20f6bba..0183fcf 100644 --- a/openshift/templates/nodejs-mongodb-persistent.json +++ b/openshift/templates/nodejs-mongodb-persistent.json @@ -458,8 +458,8 @@ { "name": "MONGODB_VERSION", "displayName": "Version of MongoDB Image", - "description": "Version of MongoDB image to be used (3.2, 3.4, or latest).", - "value": "3.4", + "description": "Version of MongoDB image to be used (3.6 or latest).", + "value": "3.6", "required": true }, { diff --git a/openshift/templates/nodejs-mongodb.json b/openshift/templates/nodejs-mongodb.json index f15fab6..f92186f 100644 --- a/openshift/templates/nodejs-mongodb.json +++ b/openshift/templates/nodejs-mongodb.json @@ -442,8 +442,8 @@ { "name": "MONGODB_VERSION", "displayName": "Version of MongoDB Image", - "description": "Version of MongoDB image to be used (3.2, 3.4, or latest).", - "value": "3.4", + "description": "Version of MongoDB image to be used (3.6 or latest).", + "value": "3.6", "required": true }, {