Skip to content

Commit 603b0b8

Browse files
authored
feat: Update the default NodeJS version in the examples (#437)
with a version that is available in the openshift/library.
1 parent 0e88bb4 commit 603b0b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .openshift/postgresql-template-persistent.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@
442442
{
443443
"name": "NODEJS_VERSION",
444444
"displayName": "Version of NodeJS Image",
445-
"description": "Version of NodeJS image to be used (14-ubi8, 16-ubi8, or latest).",
446-
"value": "16-ubi8",
445+
"description": "Version of NodeJS image to be used (18-ubi8, 20-ubi8, or latest).",
446+
"value": "18-ubi8",
447447
"required": true
448448
},
449449
{

Diff for: .openshift/postgresql-template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@
425425
{
426426
"name": "NODEJS_VERSION",
427427
"displayName": "Version of NodeJS Image",
428-
"description": "Version of NodeJS image to be used (14-ubi8, 16-ubi8, or latest).",
429-
"value": "16-ubi8",
428+
"description": "Version of NodeJS image to be used (18-ubi8, 20-ubi8, or latest).",
429+
"value": "18-ubi8",
430430
"required": true
431431
},
432432
{

0 commit comments

Comments
 (0)