Skip to content

Commit

Permalink
Revert "Revert "Changed templates to use nodejs:6""
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees authored May 23, 2017
1 parent 95c0927 commit 9a91371
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:4"
"name": "nodejs:6"
},
"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:4"
"name": "nodejs:6"
},
"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:4"
"name": "nodejs:6"
},
"env": [
{
Expand Down

0 comments on commit 9a91371

Please sign in to comment.