Skip to content

Commit 9607622

Browse files
vrubezhnydatho7561
authored andcommitted
[tests] Use Node.js v18 images for component containers
Related to: #3121 Signed-off-by: Victor Rubezhny <[email protected]>
1 parent 9696158 commit 9607622

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test/fixtures/components/comp1/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ components:
2424
endpoints:
2525
- name: http-react
2626
targetPort: 3000
27-
image: registry.access.redhat.com/ubi8/nodejs-16:latest
27+
image: registry.access.redhat.com/ubi8/nodejs-18:latest
2828
memoryLimit: 1024Mi
2929
name: runtime
3030
metadata:

test/fixtures/components/comp2/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ components:
2424
endpoints:
2525
- name: http-react
2626
targetPort: 3000
27-
image: registry.access.redhat.com/ubi8/nodejs-16:latest
27+
image: registry.access.redhat.com/ubi8/nodejs-18:latest
2828
memoryLimit: 1024Mi
2929
name: runtime
3030
metadata:

test/fixtures/components/comp3/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ components:
2424
endpoints:
2525
- name: http-react
2626
targetPort: 3000
27-
image: registry.access.redhat.com/ubi8/nodejs-16:latest
27+
image: registry.access.redhat.com/ubi8/nodejs-18:latest
2828
memoryLimit: 1024Mi
2929
name: runtime
3030
metadata:

test/fixtures/components/comp4/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ components:
2424
endpoints:
2525
- name: http-react
2626
targetPort: 3000
27-
image: registry.access.redhat.com/ubi8/nodejs-16:latest
27+
image: registry.access.redhat.com/ubi8/nodejs-18:latest
2828
memoryLimit: 1024Mi
2929
name: runtime
3030
metadata:

test/fixtures/components/comp5/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ components:
2424
endpoints:
2525
- name: http-react
2626
targetPort: 3000
27-
image: registry.access.redhat.com/ubi8/nodejs-16:latest
27+
image: registry.access.redhat.com/ubi8/nodejs-18:latest
2828
memoryLimit: 1024Mi
2929
name: runtime
3030
metadata:

0 commit comments

Comments
 (0)