Skip to content

Commit

Permalink
Merge pull request sclorg#204 from jeffdyoung/ppc64le
Browse files Browse the repository at this point in the history
add example templates for ppc64le imagestreams
  • Loading branch information
hhorak authored Sep 25, 2018
2 parents f9a9727 + e56c06e commit 905416d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openshift/templates/nodejs-mongodb-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down
4 changes: 2 additions & 2 deletions openshift/templates/nodejs-mongodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down

0 comments on commit 905416d

Please sign in to comment.