Skip to content

Commit

Permalink
Update devspaces branch for 3.16 now that 3.15 has branched.
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley committed Jun 26, 2024
1 parent 25e7677 commit aef7aa6
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 142 deletions.
2 changes: 1 addition & 1 deletion dependencies/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.15
3.16
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.15'
value: '3.16'
displayName: Red Hat OpenShift Dev Spaces devfile registry version
description: Red Hat OpenShift Dev Spaces devfile registry version
- name: MEMORY_LIMIT
Expand Down
8 changes: 4 additions & 4 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.15'
image: 'registry.redhat.io/devspaces/udi-rhel8:3.16'
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.15'
image: 'registry.redhat.io/devspaces/idea-rhel8:3.16'
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.15'
image: 'registry.redhat.io/devspaces/code-rhel8:3.16'
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.15'
image: 'registry.redhat.io/devspaces/udi-rhel8:3.16'
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.15'
value: '3.16'
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 aef7aa6

Please sign in to comment.