Skip to content

Commit

Permalink
Merge pull request sclorg#112 from openshift/revert-111-nodejs6
Browse files Browse the repository at this point in the history
Revert "Changed templates to use nodejs:6"
  • Loading branch information
bparees authored Apr 29, 2017
2 parents b8d7dd7 + 814cde0 commit 95c0927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openshift/templates/nodejs-mongodb-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${NAMESPACE}",
"name": "nodejs:6"
"name": "nodejs:4"
},
"env": [
{
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/nodejs-mongodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${NAMESPACE}",
"name": "nodejs:6"
"name": "nodejs:4"
},
"env": [
{
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${NAMESPACE}",
"name": "nodejs:6"
"name": "nodejs:4"
},
"env": [
{
Expand Down

0 comments on commit 95c0927

Please sign in to comment.