Skip to content

Commit 95848c4

Browse files
authored
Update the runtime image stub for the all editors (#731)
Signed-off-by: Artem Zatsarynnyi <[email protected]>
1 parent 71313d7 commit 95848c4

7 files changed

+7
-7
lines changed

devspaces-operator/editors-definitions/che-clion-server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ components:
7979
cpuRequest: 30m
8080
- name: editor-runtime
8181
container:
82-
image: registry.redhat.io/ubi8/ubi-minimal:8.8
82+
image: registry.redhat.io/ubi9-minimal:9.5
8383
memoryLimit: 6144Mi
8484
memoryRequest: 2048Mi
8585
cpuLimit: 2000m

devspaces-operator/editors-definitions/che-code.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ components:
8484
cpuRequest: 30m
8585
- name: che-code-runtime-description
8686
container:
87-
image: registry.redhat.io/ubi8/ubi-minimal:8.8
87+
image: registry.redhat.io/ubi9-minimal:9.5
8888
memoryLimit: 1024Mi
8989
memoryRequest: 256Mi
9090
cpuLimit: 500m

devspaces-operator/editors-definitions/che-idea-server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ components:
102102
cpuRequest: 30m
103103
- name: editor-runtime
104104
container:
105-
image: registry.redhat.io/ubi8/ubi-minimal:8.8
105+
image: registry.redhat.io/ubi9-minimal:9.5
106106
memoryLimit: 6144Mi
107107
memoryRequest: 2048Mi
108108
cpuLimit: 2000m

devspaces-operator/editors-definitions/che-idea.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ events:
7777
components:
7878
- name: idea-rhel9
7979
container:
80-
image: registry.redhat.io/ubi8/ubi-minimal:8.8
80+
image: registry.redhat.io/ubi9-minimal:9.5
8181
env:
8282
- name: PROJECTOR_ASSEMBLY_DIR
8383
value: /projector

devspaces-operator/editors-definitions/che-pycharm-server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ components:
7979
cpuRequest: 30m
8080
- name: editor-runtime
8181
container:
82-
image: registry.redhat.io/ubi8/ubi-minimal:8.8
82+
image: registry.redhat.io/ubi9-minimal:9.5
8383
memoryLimit: 6144Mi
8484
memoryRequest: 2048Mi
8585
cpuLimit: 2000m

devspaces-operator/editors-definitions/che-rubymine-server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ components:
8080
cpuRequest: 30m
8181
- name: editor-runtime
8282
container:
83-
image: registry.redhat.io/ubi8/ubi-minimal:8.8
83+
image: registry.redhat.io/ubi9-minimal:9.5
8484
memoryLimit: 6144Mi
8585
memoryRequest: 2048Mi
8686
cpuLimit: 2000m

devspaces-operator/editors-definitions/che-webstorm-server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ components:
7979
cpuRequest: 30m
8080
- name: editor-runtime
8181
container:
82-
image: registry.redhat.io/ubi8/ubi-minimal:8.8
82+
image: registry.redhat.io/ubi9-minimal:9.5
8383
memoryLimit: 6144Mi
8484
memoryRequest: 2048Mi
8585
cpuLimit: 2000m

0 commit comments

Comments
 (0)