Skip to content

Commit

Permalink
feat: Update the default NodeJS version in the examples (#437)
Browse files Browse the repository at this point in the history
with a version that is available in the openshift/library.
  • Loading branch information
metlos authored Sep 10, 2024
1 parent 0e88bb4 commit 603b0b8
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 (14-ubi8, 16-ubi8, or latest).",
"value": "16-ubi8",
"description": "Version of NodeJS image to be used (18-ubi8, 20-ubi8, or latest).",
"value": "18-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 (14-ubi8, 16-ubi8, or latest).",
"value": "16-ubi8",
"description": "Version of NodeJS image to be used (18-ubi8, 20-ubi8, or latest).",
"value": "18-ubi8",
"required": true
},
{
Expand Down

0 comments on commit 603b0b8

Please sign in to comment.