Skip to content

Commit

Permalink
Merge pull request sclorg#111 from sspeiche/nodejs6
Browse files Browse the repository at this point in the history
Changed templates to use nodejs:6
  • Loading branch information
bparees authored Apr 28, 2017
2 parents c1faa89 + 6b92fdf commit b8d7dd7
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 b8d7dd7

Please sign in to comment.