Skip to content

Commit

Permalink
Updates for 3.11. Removed 3.9, disabled 3.10 jobs, added 3.11 epic an…
Browse files Browse the repository at this point in the history
…d advisory (#1029)
  • Loading branch information
SDawley authored Dec 6, 2023
1 parent b97771b commit 1b5e16c
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 164 deletions.
2 changes: 1 addition & 1 deletion dependencies/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11
3.12
12 changes: 6 additions & 6 deletions dependencies/che-plugin-registry/che-editors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ editors:
components:
- name: idea-rhel8
container:
image: 'registry.redhat.io/devspaces/udi-rhel8:3.11'
image: 'registry.redhat.io/devspaces/udi-rhel8:3.12'
env:
- name: PROJECTOR_ASSEMBLY_DIR
value: /projector
Expand Down Expand Up @@ -91,7 +91,7 @@ editors:
volume: { }
- name: idea-rhel8-injector
container:
image: 'registry.redhat.io/devspaces/idea-rhel8:3.11'
image: 'registry.redhat.io/devspaces/idea-rhel8:3.12'
command: ["/projector/entrypoint-init-container.sh"]
env:
- name: PROJECTOR_VOLUME_MOUNT
Expand Down Expand Up @@ -134,7 +134,7 @@ editors:
components:
- name: che-code-injector
container:
image: 'registry.redhat.io/devspaces/code-rhel8:3.11'
image: 'registry.redhat.io/devspaces/code-rhel8:3.12'
command: ["/entrypoint-init-container.sh"]
volumeMounts:
- name: checode
Expand All @@ -145,7 +145,7 @@ editors:
cpuRequest: 30m
- name: che-code-runtime-description
container:
image: 'registry.redhat.io/devspaces/udi-rhel8:3.11'
image: 'registry.redhat.io/devspaces/udi-rhel8:3.12'
memoryLimit: 1024Mi
memoryRequest: 256Mi
cpuLimit: 500m
Expand Down Expand Up @@ -220,7 +220,7 @@ editors:
components:
- name: che-code-injector
container:
image: 'registry.redhat.io/devspaces/code-rhel8:3.11'
image: 'registry.redhat.io/devspaces/code-rhel8:3.12'
command: ["/entrypoint-init-container.sh"]
volumeMounts:
- name: checode
Expand All @@ -231,7 +231,7 @@ editors:
cpuRequest: 30m
- name: che-code-runtime-description
container:
image: 'registry.redhat.io/devspaces/udi-rhel8:3.11'
image: 'registry.redhat.io/devspaces/udi-rhel8:3.12'
memoryLimit: 1024Mi
memoryRequest: 256Mi
cpuLimit: 500m
Expand Down
Loading

0 comments on commit 1b5e16c

Please sign in to comment.