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