Edit templates to only include imagestreams that support both x86 and ppc64le

This commit is contained in:
root 2018-08-07 22:16:37 -04:00
parent b078bcff2f
commit e56c06e04a
2 changed files with 4 additions and 4 deletions

View File

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

View File

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