From 960762255150232a818d3fd0a0aa2fa80ab79b7d Mon Sep 17 00:00:00 2001 From: Victor Rubezhny Date: Wed, 30 Aug 2023 14:45:08 +0200 Subject: [PATCH] [tests] Use Node.js v18 images for component containers Related to: #3121 Signed-off-by: Victor Rubezhny --- test/fixtures/components/comp1/devfile.yaml | 2 +- test/fixtures/components/comp2/devfile.yaml | 2 +- test/fixtures/components/comp3/devfile.yaml | 2 +- test/fixtures/components/comp4/devfile.yaml | 2 +- test/fixtures/components/comp5/devfile.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/fixtures/components/comp1/devfile.yaml b/test/fixtures/components/comp1/devfile.yaml index c72ba8224..d1a8287cd 100644 --- a/test/fixtures/components/comp1/devfile.yaml +++ b/test/fixtures/components/comp1/devfile.yaml @@ -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: diff --git a/test/fixtures/components/comp2/devfile.yaml b/test/fixtures/components/comp2/devfile.yaml index 52b538d3c..ae0cb1fa9 100644 --- a/test/fixtures/components/comp2/devfile.yaml +++ b/test/fixtures/components/comp2/devfile.yaml @@ -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: diff --git a/test/fixtures/components/comp3/devfile.yaml b/test/fixtures/components/comp3/devfile.yaml index 8c3439c70..b459ddf58 100644 --- a/test/fixtures/components/comp3/devfile.yaml +++ b/test/fixtures/components/comp3/devfile.yaml @@ -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: diff --git a/test/fixtures/components/comp4/devfile.yaml b/test/fixtures/components/comp4/devfile.yaml index 86272853b..4a6b51f33 100644 --- a/test/fixtures/components/comp4/devfile.yaml +++ b/test/fixtures/components/comp4/devfile.yaml @@ -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: diff --git a/test/fixtures/components/comp5/devfile.yaml b/test/fixtures/components/comp5/devfile.yaml index 2842be4d8..9056ffad8 100644 --- a/test/fixtures/components/comp5/devfile.yaml +++ b/test/fixtures/components/comp5/devfile.yaml @@ -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: