From 12318519cf987b3f157d83e9bdebf08a596ad307 Mon Sep 17 00:00:00 2001 From: Red Hat Devstudio Release Bot Date: Mon, 23 Oct 2023 13:19:33 -0400 Subject: [PATCH] chore(che-*.yaml) update devspaces image tags to :3.11 Signed-off-by: Red Hat Devstudio Release Bot --- dependencies/che-plugin-registry/che-editors.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dependencies/che-plugin-registry/che-editors.yaml b/dependencies/che-plugin-registry/che-editors.yaml index e9182dd84b..38cd865864 100644 --- a/dependencies/che-plugin-registry/che-editors.yaml +++ b/dependencies/che-plugin-registry/che-editors.yaml @@ -29,7 +29,7 @@ editors: components: - name: idea-rhel8 container: - image: 'registry.redhat.io/devspaces/udi-rhel8:3.10' + image: 'registry.redhat.io/devspaces/udi-rhel8:3.11' env: - name: PROJECTOR_ASSEMBLY_DIR value: /projector @@ -91,7 +91,7 @@ editors: volume: { } - name: idea-rhel8-injector container: - image: 'registry.redhat.io/devspaces/idea-rhel8:3.10' + image: 'registry.redhat.io/devspaces/idea-rhel8:3.11' command: ["/projector/entrypoint-init-container.sh"] env: - name: PROJECTOR_VOLUME_MOUNT @@ -134,7 +134,7 @@ editors: components: - name: che-code-injector container: - image: 'registry.redhat.io/devspaces/code-rhel8:3.10' + image: 'registry.redhat.io/devspaces/code-rhel8:3.11' command: ["/entrypoint-init-container.sh"] volumeMounts: - name: checode @@ -145,7 +145,7 @@ editors: cpuRequest: 30m - name: che-code-runtime-description container: - image: 'registry.redhat.io/devspaces/udi-rhel8:3.10' + image: 'registry.redhat.io/devspaces/udi-rhel8:3.11' memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m @@ -220,7 +220,7 @@ editors: components: - name: che-code-injector container: - image: 'registry.redhat.io/devspaces/code-rhel8:3.10' + image: 'registry.redhat.io/devspaces/code-rhel8:3.11' command: ["/entrypoint-init-container.sh"] volumeMounts: - name: checode @@ -231,7 +231,7 @@ editors: cpuRequest: 30m - name: che-code-runtime-description container: - image: 'registry.redhat.io/devspaces/udi-rhel8:3.10' + image: 'registry.redhat.io/devspaces/udi-rhel8:3.11' memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m