Skip to content

Commit

Permalink
Update job-config for 3.13 branches and add 3.14 release. (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley authored Apr 4, 2024
1 parent 40a06f2 commit 2f8225e
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 154 deletions.
2 changes: 1 addition & 1 deletion dependencies/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13
3.14
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ parameters:
displayName: Red Hat OpenShift Dev Spaces devfile registry image
description: Red Hat OpenShift Dev Spaces devfile registry container image. Defaults to registry.redhat.io/devspaces/devfileregistry-rhel8
- name: IMAGE_TAG
value: '3.13'
value: '3.14'
displayName: Red Hat OpenShift Dev Spaces devfile registry version
description: Red Hat OpenShift Dev Spaces devfile registry version
- name: MEMORY_LIMIT
Expand Down
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 @@ -31,7 +31,7 @@ editors:
components:
- name: idea-rhel8
container:
image: 'registry.redhat.io/devspaces/udi-rhel8:3.13'
image: 'registry.redhat.io/devspaces/udi-rhel8:3.14'
env:
- name: PROJECTOR_ASSEMBLY_DIR
value: /projector
Expand Down Expand Up @@ -93,7 +93,7 @@ editors:
volume: { }
- name: idea-rhel8-injector
container:
image: 'registry.redhat.io/devspaces/idea-rhel8:3.13'
image: 'registry.redhat.io/devspaces/idea-rhel8:3.14'
command: ["/projector/entrypoint-init-container.sh"]
env:
- name: PROJECTOR_VOLUME_MOUNT
Expand Down Expand Up @@ -136,7 +136,7 @@ editors:
components:
- name: che-code-injector
container:
image: 'registry.redhat.io/devspaces/code-rhel8:3.13'
image: 'registry.redhat.io/devspaces/code-rhel8:3.14'
command: ["/entrypoint-init-container.sh"]
volumeMounts:
- name: checode
Expand All @@ -147,7 +147,7 @@ editors:
cpuRequest: 30m
- name: che-code-runtime-description
container:
image: 'registry.redhat.io/devspaces/udi-rhel8:3.13'
image: 'registry.redhat.io/devspaces/udi-rhel8:3.14'
memoryLimit: 1024Mi
memoryRequest: 256Mi
cpuLimit: 500m
Expand Down Expand Up @@ -222,7 +222,7 @@ editors:
components:
- name: che-code-injector
container:
image: 'registry.redhat.io/devspaces/code-rhel8:3.13'
image: 'registry.redhat.io/devspaces/code-rhel8:3.14'
command: ["/entrypoint-init-container.sh"]
volumeMounts:
- name: checode
Expand All @@ -233,7 +233,7 @@ editors:
cpuRequest: 30m
- name: che-code-runtime-description
container:
image: 'registry.redhat.io/devspaces/udi-rhel8:3.13'
image: 'registry.redhat.io/devspaces/udi-rhel8:3.14'
memoryLimit: 1024Mi
memoryRequest: 256Mi
cpuLimit: 500m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ parameters:
displayName: Red Hat OpenShift Dev Spaces plugin registry image
description: Red Hat OpenShift Dev Spaces plugin registry container image. Defaults to registry.redhat.io/devspaces/pluginregistry-rhel8
- name: IMAGE_TAG
value: '3.13'
value: '3.14'
displayName: Red Hat OpenShift Dev Spaces plugin registry version
description: Red Hat OpenShift Dev Spaces plugin registry version
- name: MEMORY_LIMIT
Expand Down
Loading

0 comments on commit 2f8225e

Please sign in to comment.