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 }, {