diff --git a/stacks/nodejs-angular/2.1.0/devfile.yaml b/stacks/nodejs-angular/2.1.0/devfile.yaml index 06e103f6..9d4e0f9d 100644 --- a/stacks/nodejs-angular/2.1.0/devfile.yaml +++ b/stacks/nodejs-angular/2.1.0/devfile.yaml @@ -26,7 +26,7 @@ components: endpoints: - name: http-angular targetPort: 4200 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ["tail", "-f", "/dev/null"] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-angular/2.2.0/devfile.yaml b/stacks/nodejs-angular/2.2.0/devfile.yaml index 6fd485b7..3b90affd 100644 --- a/stacks/nodejs-angular/2.2.0/devfile.yaml +++ b/stacks/nodejs-angular/2.2.0/devfile.yaml @@ -26,7 +26,7 @@ components: endpoints: - name: http-angular targetPort: 4200 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ["tail", "-f", "/dev/null"] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-angular/2.2.1/devfile.yaml b/stacks/nodejs-angular/2.2.1/devfile.yaml index 107c8ed7..d861d5ce 100644 --- a/stacks/nodejs-angular/2.2.1/devfile.yaml +++ b/stacks/nodejs-angular/2.2.1/devfile.yaml @@ -27,7 +27,7 @@ components: - name: https-angular protocol: https targetPort: 4200 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ["tail", "-f", "/dev/null"] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-nextjs/1.1.0/devfile.yaml b/stacks/nodejs-nextjs/1.1.0/devfile.yaml index dc81ba14..cd5eb074 100644 --- a/stacks/nodejs-nextjs/1.1.0/devfile.yaml +++ b/stacks/nodejs-nextjs/1.1.0/devfile.yaml @@ -25,7 +25,7 @@ components: endpoints: - name: http-nextjs targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 command: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-nextjs/1.2.0/devfile.yaml b/stacks/nodejs-nextjs/1.2.0/devfile.yaml index d0eced3e..9826baae 100644 --- a/stacks/nodejs-nextjs/1.2.0/devfile.yaml +++ b/stacks/nodejs-nextjs/1.2.0/devfile.yaml @@ -25,7 +25,7 @@ components: endpoints: - name: http-nextjs targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 command: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-nextjs/1.2.1/devfile.yaml b/stacks/nodejs-nextjs/1.2.1/devfile.yaml index e2d1ebd9..726d4732 100644 --- a/stacks/nodejs-nextjs/1.2.1/devfile.yaml +++ b/stacks/nodejs-nextjs/1.2.1/devfile.yaml @@ -26,7 +26,7 @@ components: - name: https-nextjs protocol: https targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 command: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-nuxtjs/1.1.0/devfile.yaml b/stacks/nodejs-nuxtjs/1.1.0/devfile.yaml index 836feb70..ddac3ba1 100644 --- a/stacks/nodejs-nuxtjs/1.1.0/devfile.yaml +++ b/stacks/nodejs-nuxtjs/1.1.0/devfile.yaml @@ -24,7 +24,7 @@ components: endpoints: - name: http-nuxtjs targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-nuxtjs/1.2.0/devfile.yaml b/stacks/nodejs-nuxtjs/1.2.0/devfile.yaml index a9770e58..f76a07b8 100644 --- a/stacks/nodejs-nuxtjs/1.2.0/devfile.yaml +++ b/stacks/nodejs-nuxtjs/1.2.0/devfile.yaml @@ -24,7 +24,7 @@ components: endpoints: - name: http-nuxtjs targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-nuxtjs/1.2.1/devfile.yaml b/stacks/nodejs-nuxtjs/1.2.1/devfile.yaml index 622c7bf7..f07044d0 100644 --- a/stacks/nodejs-nuxtjs/1.2.1/devfile.yaml +++ b/stacks/nodejs-nuxtjs/1.2.1/devfile.yaml @@ -25,7 +25,7 @@ components: - name: https-nuxtjs protocol: https targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-react/2.1.0/devfile.yaml b/stacks/nodejs-react/2.1.0/devfile.yaml index e4694503..12a16f43 100644 --- a/stacks/nodejs-react/2.1.0/devfile.yaml +++ b/stacks/nodejs-react/2.1.0/devfile.yaml @@ -24,7 +24,7 @@ components: endpoints: - name: http-react targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-react/2.2.1/devfile.yaml b/stacks/nodejs-react/2.2.1/devfile.yaml index d2694f69..6a570c60 100644 --- a/stacks/nodejs-react/2.2.1/devfile.yaml +++ b/stacks/nodejs-react/2.2.1/devfile.yaml @@ -25,7 +25,7 @@ components: - name: https-react targetPort: 3000 protocol: https - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-svelte/1.1.0/devfile.yaml b/stacks/nodejs-svelte/1.1.0/devfile.yaml index c47442a3..0aa398b5 100644 --- a/stacks/nodejs-svelte/1.1.0/devfile.yaml +++ b/stacks/nodejs-svelte/1.1.0/devfile.yaml @@ -24,7 +24,7 @@ components: endpoints: - name: http-svelte targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-svelte/1.2.0/devfile.yaml b/stacks/nodejs-svelte/1.2.0/devfile.yaml index ef355710..692efbd7 100644 --- a/stacks/nodejs-svelte/1.2.0/devfile.yaml +++ b/stacks/nodejs-svelte/1.2.0/devfile.yaml @@ -24,7 +24,7 @@ components: endpoints: - name: http-svelte targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-svelte/1.2.1/devfile.yaml b/stacks/nodejs-svelte/1.2.1/devfile.yaml index ceb8262b..9058fc9e 100644 --- a/stacks/nodejs-svelte/1.2.1/devfile.yaml +++ b/stacks/nodejs-svelte/1.2.1/devfile.yaml @@ -25,7 +25,7 @@ components: - name: https-svelte targetPort: 3000 protocol: https - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-vue/1.1.0/devfile.yaml b/stacks/nodejs-vue/1.1.0/devfile.yaml index 4a69bd1a..7d3b9a4c 100644 --- a/stacks/nodejs-vue/1.1.0/devfile.yaml +++ b/stacks/nodejs-vue/1.1.0/devfile.yaml @@ -27,7 +27,7 @@ components: endpoints: - name: http-vue targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-vue/1.2.0/devfile.yaml b/stacks/nodejs-vue/1.2.0/devfile.yaml index cacaa789..d69ffb39 100644 --- a/stacks/nodejs-vue/1.2.0/devfile.yaml +++ b/stacks/nodejs-vue/1.2.0/devfile.yaml @@ -27,7 +27,7 @@ components: endpoints: - name: http-vue targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-vue/1.2.1/devfile.yaml b/stacks/nodejs-vue/1.2.1/devfile.yaml index f98f8751..626c2d95 100644 --- a/stacks/nodejs-vue/1.2.1/devfile.yaml +++ b/stacks/nodejs-vue/1.2.1/devfile.yaml @@ -28,7 +28,7 @@ components: - name: https-vue targetPort: 3000 protocol: https - image: registry.access.redhat.com/ubi8/nodejs-18:1-102 + image: registry.access.redhat.com/ubi8/nodejs-18:1-135 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime