From 02a290f4536bfff74e2accae0068606b5bcd2f22 Mon Sep 17 00:00:00 2001 From: Red Hat Devstudio Release Bot Date: Wed, 7 Aug 2024 17:19:23 -0400 Subject: [PATCH] chore(che-*.yaml) update devspaces image tags to :3.17 Signed-off-by: Red Hat Devstudio Release Bot --- dependencies/che-plugin-registry/che-editors.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies/che-plugin-registry/che-editors.yaml b/dependencies/che-plugin-registry/che-editors.yaml index f4bf2035ee..8f35420911 100644 --- a/dependencies/che-plugin-registry/che-editors.yaml +++ b/dependencies/che-plugin-registry/che-editors.yaml @@ -31,7 +31,7 @@ editors: components: - name: idea-rhel8 container: - image: 'registry.redhat.io/devspaces/udi-rhel8:3.16' + image: 'registry.redhat.io/devspaces/udi-rhel8:3.17' env: - name: PROJECTOR_ASSEMBLY_DIR value: /projector @@ -93,7 +93,7 @@ editors: volume: { } - name: idea-rhel8-injector container: - image: 'registry.redhat.io/devspaces/idea-rhel8:3.16' + image: 'registry.redhat.io/devspaces/idea-rhel8:3.17' command: ["/projector/entrypoint-init-container.sh"] env: - name: PROJECTOR_VOLUME_MOUNT @@ -136,7 +136,7 @@ editors: components: - name: che-code-injector container: - image: 'registry.redhat.io/devspaces/code-rhel8:3.16' + image: 'registry.redhat.io/devspaces/code-rhel8:3.17' command: ["/entrypoint-init-container.sh"] volumeMounts: - name: checode @@ -147,7 +147,7 @@ editors: cpuRequest: 30m - name: che-code-runtime-description container: - image: 'registry.redhat.io/devspaces/udi-rhel8:3.16' + image: 'registry.redhat.io/devspaces/udi-rhel8:3.17' memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m