File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ components:
26
26
endpoints :
27
27
- name : http-angular
28
28
targetPort : 4200
29
- image : registry.access.redhat.com/ubi8/nodejs-16:1-129.1698060573
29
+ image : registry.access.redhat.com/ubi8/nodejs-16:1-139
30
30
args : ["tail", "-f", "/dev/null"]
31
31
memoryLimit : 1024Mi
32
32
name : runtime
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ components:
25
25
endpoints :
26
26
- name : http-nextjs
27
27
targetPort : 3000
28
- image : registry.access.redhat.com/ubi8/nodejs-16:1-129.1698060573
28
+ image : registry.access.redhat.com/ubi8/nodejs-16:1-139
29
29
command : ['tail', '-f', '/dev/null']
30
30
memoryLimit : 1024Mi
31
31
name : runtime
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ components:
24
24
endpoints :
25
25
- name : http-nuxtjs
26
26
targetPort : 3000
27
- image : registry.access.redhat.com/ubi8/nodejs-16:1-129.1698060573
27
+ image : registry.access.redhat.com/ubi8/nodejs-16:1-139
28
28
args : ['tail', '-f', '/dev/null']
29
29
memoryLimit : 1024Mi
30
30
name : runtime
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ components:
24
24
endpoints :
25
25
- name : http-react
26
26
targetPort : 3000
27
- image : registry.access.redhat.com/ubi8/nodejs-16:1-129.1698060573
27
+ image : registry.access.redhat.com/ubi8/nodejs-16:1-139
28
28
args : ['tail', '-f', '/dev/null']
29
29
memoryLimit : 1024Mi
30
30
name : runtime
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ components:
24
24
endpoints :
25
25
- name : http-svelte
26
26
targetPort : 3000
27
- image : registry.access.redhat.com/ubi8/nodejs-16:1-129.1698060573
27
+ image : registry.access.redhat.com/ubi8/nodejs-16:1-139
28
28
args : ['tail', '-f', '/dev/null']
29
29
memoryLimit : 1024Mi
30
30
name : runtime
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ components:
27
27
endpoints :
28
28
- name : http-vue
29
29
targetPort : 3000
30
- image : registry.access.redhat.com/ubi8/nodejs-16:1-129.1698060573
30
+ image : registry.access.redhat.com/ubi8/nodejs-16:1-139
31
31
args : ['tail', '-f', '/dev/null']
32
32
memoryLimit : 1024Mi
33
33
name : runtime
You can’t perform that action at this time.
0 commit comments