Skip to content

Commit

Permalink
chore: remove Node 10 as a suggestion (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist authored Jul 12, 2021
1 parent 95a686b commit 5f59d82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .openshift/postgresql-template-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@
{
"name": "NODEJS_VERSION",
"displayName": "Version of NodeJS Image",
"description": "Version of NodeJS image to be used (10-ubi8, 12-ubi8, or latest).",
"value": "12-ubi8",
"description": "Version of NodeJS image to be used (12-ubi8, 14-ubi8, or latest).",
"value": "14-ubi8",
"required": true
},
{
Expand Down
4 changes: 2 additions & 2 deletions .openshift/postgresql-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@
{
"name": "NODEJS_VERSION",
"displayName": "Version of NodeJS Image",
"description": "Version of NodeJS image to be used (10-ubi8, 12-ubi8, or latest).",
"value": "12-ubi8",
"description": "Version of NodeJS image to be used (12-ubi8, 14-ubi8, or latest).",
"value": "14-ubi8",
"required": true
},
{
Expand Down

0 comments on commit 5f59d82

Please sign in to comment.