Skip to content

Commit

Permalink
[tests] Use Node.js v18 images for component containers
Browse files Browse the repository at this point in the history
Related to: #3121

Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny authored and datho7561 committed Aug 30, 2023
1 parent 9696158 commit 9607622
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/components/comp1/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ components:
endpoints:
- name: http-react
targetPort: 3000
image: registry.access.redhat.com/ubi8/nodejs-16:latest
image: registry.access.redhat.com/ubi8/nodejs-18:latest
memoryLimit: 1024Mi
name: runtime
metadata:
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/components/comp2/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ components:
endpoints:
- name: http-react
targetPort: 3000
image: registry.access.redhat.com/ubi8/nodejs-16:latest
image: registry.access.redhat.com/ubi8/nodejs-18:latest
memoryLimit: 1024Mi
name: runtime
metadata:
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/components/comp3/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ components:
endpoints:
- name: http-react
targetPort: 3000
image: registry.access.redhat.com/ubi8/nodejs-16:latest
image: registry.access.redhat.com/ubi8/nodejs-18:latest
memoryLimit: 1024Mi
name: runtime
metadata:
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/components/comp4/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ components:
endpoints:
- name: http-react
targetPort: 3000
image: registry.access.redhat.com/ubi8/nodejs-16:latest
image: registry.access.redhat.com/ubi8/nodejs-18:latest
memoryLimit: 1024Mi
name: runtime
metadata:
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/components/comp5/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ components:
endpoints:
- name: http-react
targetPort: 3000
image: registry.access.redhat.com/ubi8/nodejs-16:latest
image: registry.access.redhat.com/ubi8/nodejs-18:latest
memoryLimit: 1024Mi
name: runtime
metadata:
Expand Down

0 comments on commit 9607622

Please sign in to comment.