diff --git a/che-plugin-registry/3.13/ppc64le/v3/plugins/che-incubator/che-code/insiders/devfile.yaml b/che-plugin-registry/3.13/ppc64le/v3/plugins/che-incubator/che-code/insiders/devfile.yaml index 92ab8ab92a..40797b68b2 100644 --- a/che-plugin-registry/3.13/ppc64le/v3/plugins/che-incubator/che-code/insiders/devfile.yaml +++ b/che-plugin-registry/3.13/ppc64le/v3/plugins/che-incubator/che-code/insiders/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-code + displayName: VS Code - Open Source + description: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true + attributes: + publisher: che-incubator + version: insiders + title: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + repository: https://github.com/che-incubator/che-code + firstPublicationDate: '2022-07-19' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -15,16 +25,28 @@ events: postStart: - init-che-code-command components: - - name: che-code-runtime-description + - name: che-code-injector container: - image: registry.redhat.io/devspaces/udi-rhel8:3.13 + image: registry.redhat.io/devspaces/code-rhel8:3.13 + command: + - /entrypoint-init-container.sh volumeMounts: - name: checode path: /checode + memoryLimit: 256Mi + memoryRequest: 32Mi + cpuLimit: 500m + cpuRequest: 30m + - name: che-code-runtime-description + container: + image: registry.redhat.io/devspaces/udi-rhel8:3.13 memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m + volumeMounts: + - name: checode + path: /checode endpoints: - name: che-code attributes: @@ -34,44 +56,32 @@ components: urlRewriteSupported: true targetPort: 3100 exposure: public - secure: false + secure: true protocol: https - name: code-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: code-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: code-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org controller.devfile.io/container-contribution: true - name: checode volume: {} - - name: che-code-injector - container: - image: registry.redhat.io/devspaces/code-rhel8:3.13 - command: - - /entrypoint-init-container.sh - volumeMounts: - - name: checode - path: /checode - memoryLimit: 256Mi - memoryRequest: 32Mi - cpuLimit: 500m - cpuRequest: 30m diff --git a/che-plugin-registry/3.13/ppc64le/v3/plugins/che-incubator/che-code/latest/devfile.yaml b/che-plugin-registry/3.13/ppc64le/v3/plugins/che-incubator/che-code/latest/devfile.yaml index 92ab8ab92a..3dffa0683f 100644 --- a/che-plugin-registry/3.13/ppc64le/v3/plugins/che-incubator/che-code/latest/devfile.yaml +++ b/che-plugin-registry/3.13/ppc64le/v3/plugins/che-incubator/che-code/latest/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-code + displayName: VS Code - Open Source + description: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true + attributes: + publisher: che-incubator + version: latest + title: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + repository: https://github.com/che-incubator/che-code + firstPublicationDate: '2022-07-19' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -15,16 +25,28 @@ events: postStart: - init-che-code-command components: - - name: che-code-runtime-description + - name: che-code-injector container: - image: registry.redhat.io/devspaces/udi-rhel8:3.13 + image: registry.redhat.io/devspaces/code-rhel8:3.13 + command: + - /entrypoint-init-container.sh volumeMounts: - name: checode path: /checode + memoryLimit: 256Mi + memoryRequest: 32Mi + cpuLimit: 500m + cpuRequest: 30m + - name: che-code-runtime-description + container: + image: registry.redhat.io/devspaces/udi-rhel8:3.13 memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m + volumeMounts: + - name: checode + path: /checode endpoints: - name: che-code attributes: @@ -34,44 +56,32 @@ components: urlRewriteSupported: true targetPort: 3100 exposure: public - secure: false + secure: true protocol: https - name: code-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: code-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: code-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org controller.devfile.io/container-contribution: true - name: checode volume: {} - - name: che-code-injector - container: - image: registry.redhat.io/devspaces/code-rhel8:3.13 - command: - - /entrypoint-init-container.sh - volumeMounts: - - name: checode - path: /checode - memoryLimit: 256Mi - memoryRequest: 32Mi - cpuLimit: 500m - cpuRequest: 30m diff --git a/che-plugin-registry/3.13/ppc64le/v3/plugins/che-incubator/che-idea/latest/devfile.yaml b/che-plugin-registry/3.13/ppc64le/v3/plugins/che-incubator/che-idea/latest/devfile.yaml index 047f251ce3..e57895fb2d 100644 --- a/che-plugin-registry/3.13/ppc64le/v3/plugins/che-incubator/che-idea/latest/devfile.yaml +++ b/che-plugin-registry/3.13/ppc64le/v3/plugins/che-incubator/che-idea/latest/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-idea + displayName: IntelliJ IDEA Community (Technology Preview) + description: Red Hat OpenShift Dev Spaces with JetBrains IntelliJ IDEA Community IDE + icon: https://resources.jetbrains.com/storage/products/intellij-idea/img/meta/intellij-idea_logo_300x300.png + attributes: + publisher: che-incubator + version: 2022.1 + title: Red Hat OpenShift Dev Spaces with JetBrains IntelliJ IDEA Community IDE + repository: https://github.com/che-incubator/jetbrains-editor-images + firstPublicationDate: '2022-01-11' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -44,29 +54,29 @@ components: targetPort: 8887 exposure: public path: /?backgroundColor=434343&wss - secure: false + secure: true protocol: https - name: intellij-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: intellij-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: intellij-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: intellij-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: intellij-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: idea-rhel8-runtime app.kubernetes.io/part-of: idea-rhel8.eclipse.org diff --git a/che-plugin-registry/3.13/s390x/v3/plugins/che-incubator/che-code/insiders/devfile.yaml b/che-plugin-registry/3.13/s390x/v3/plugins/che-incubator/che-code/insiders/devfile.yaml index 92ab8ab92a..40797b68b2 100644 --- a/che-plugin-registry/3.13/s390x/v3/plugins/che-incubator/che-code/insiders/devfile.yaml +++ b/che-plugin-registry/3.13/s390x/v3/plugins/che-incubator/che-code/insiders/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-code + displayName: VS Code - Open Source + description: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true + attributes: + publisher: che-incubator + version: insiders + title: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + repository: https://github.com/che-incubator/che-code + firstPublicationDate: '2022-07-19' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -15,16 +25,28 @@ events: postStart: - init-che-code-command components: - - name: che-code-runtime-description + - name: che-code-injector container: - image: registry.redhat.io/devspaces/udi-rhel8:3.13 + image: registry.redhat.io/devspaces/code-rhel8:3.13 + command: + - /entrypoint-init-container.sh volumeMounts: - name: checode path: /checode + memoryLimit: 256Mi + memoryRequest: 32Mi + cpuLimit: 500m + cpuRequest: 30m + - name: che-code-runtime-description + container: + image: registry.redhat.io/devspaces/udi-rhel8:3.13 memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m + volumeMounts: + - name: checode + path: /checode endpoints: - name: che-code attributes: @@ -34,44 +56,32 @@ components: urlRewriteSupported: true targetPort: 3100 exposure: public - secure: false + secure: true protocol: https - name: code-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: code-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: code-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org controller.devfile.io/container-contribution: true - name: checode volume: {} - - name: che-code-injector - container: - image: registry.redhat.io/devspaces/code-rhel8:3.13 - command: - - /entrypoint-init-container.sh - volumeMounts: - - name: checode - path: /checode - memoryLimit: 256Mi - memoryRequest: 32Mi - cpuLimit: 500m - cpuRequest: 30m diff --git a/che-plugin-registry/3.13/s390x/v3/plugins/che-incubator/che-code/latest/devfile.yaml b/che-plugin-registry/3.13/s390x/v3/plugins/che-incubator/che-code/latest/devfile.yaml index 92ab8ab92a..3dffa0683f 100644 --- a/che-plugin-registry/3.13/s390x/v3/plugins/che-incubator/che-code/latest/devfile.yaml +++ b/che-plugin-registry/3.13/s390x/v3/plugins/che-incubator/che-code/latest/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-code + displayName: VS Code - Open Source + description: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true + attributes: + publisher: che-incubator + version: latest + title: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + repository: https://github.com/che-incubator/che-code + firstPublicationDate: '2022-07-19' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -15,16 +25,28 @@ events: postStart: - init-che-code-command components: - - name: che-code-runtime-description + - name: che-code-injector container: - image: registry.redhat.io/devspaces/udi-rhel8:3.13 + image: registry.redhat.io/devspaces/code-rhel8:3.13 + command: + - /entrypoint-init-container.sh volumeMounts: - name: checode path: /checode + memoryLimit: 256Mi + memoryRequest: 32Mi + cpuLimit: 500m + cpuRequest: 30m + - name: che-code-runtime-description + container: + image: registry.redhat.io/devspaces/udi-rhel8:3.13 memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m + volumeMounts: + - name: checode + path: /checode endpoints: - name: che-code attributes: @@ -34,44 +56,32 @@ components: urlRewriteSupported: true targetPort: 3100 exposure: public - secure: false + secure: true protocol: https - name: code-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: code-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: code-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org controller.devfile.io/container-contribution: true - name: checode volume: {} - - name: che-code-injector - container: - image: registry.redhat.io/devspaces/code-rhel8:3.13 - command: - - /entrypoint-init-container.sh - volumeMounts: - - name: checode - path: /checode - memoryLimit: 256Mi - memoryRequest: 32Mi - cpuLimit: 500m - cpuRequest: 30m diff --git a/che-plugin-registry/3.13/s390x/v3/plugins/che-incubator/che-idea/latest/devfile.yaml b/che-plugin-registry/3.13/s390x/v3/plugins/che-incubator/che-idea/latest/devfile.yaml index 047f251ce3..e57895fb2d 100644 --- a/che-plugin-registry/3.13/s390x/v3/plugins/che-incubator/che-idea/latest/devfile.yaml +++ b/che-plugin-registry/3.13/s390x/v3/plugins/che-incubator/che-idea/latest/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-idea + displayName: IntelliJ IDEA Community (Technology Preview) + description: Red Hat OpenShift Dev Spaces with JetBrains IntelliJ IDEA Community IDE + icon: https://resources.jetbrains.com/storage/products/intellij-idea/img/meta/intellij-idea_logo_300x300.png + attributes: + publisher: che-incubator + version: 2022.1 + title: Red Hat OpenShift Dev Spaces with JetBrains IntelliJ IDEA Community IDE + repository: https://github.com/che-incubator/jetbrains-editor-images + firstPublicationDate: '2022-01-11' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -44,29 +54,29 @@ components: targetPort: 8887 exposure: public path: /?backgroundColor=434343&wss - secure: false + secure: true protocol: https - name: intellij-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: intellij-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: intellij-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: intellij-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: intellij-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: idea-rhel8-runtime app.kubernetes.io/part-of: idea-rhel8.eclipse.org diff --git a/che-plugin-registry/3.13/x86_64/v3/plugins/che-incubator/che-code/insiders/devfile.yaml b/che-plugin-registry/3.13/x86_64/v3/plugins/che-incubator/che-code/insiders/devfile.yaml index 92ab8ab92a..40797b68b2 100644 --- a/che-plugin-registry/3.13/x86_64/v3/plugins/che-incubator/che-code/insiders/devfile.yaml +++ b/che-plugin-registry/3.13/x86_64/v3/plugins/che-incubator/che-code/insiders/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-code + displayName: VS Code - Open Source + description: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true + attributes: + publisher: che-incubator + version: insiders + title: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + repository: https://github.com/che-incubator/che-code + firstPublicationDate: '2022-07-19' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -15,16 +25,28 @@ events: postStart: - init-che-code-command components: - - name: che-code-runtime-description + - name: che-code-injector container: - image: registry.redhat.io/devspaces/udi-rhel8:3.13 + image: registry.redhat.io/devspaces/code-rhel8:3.13 + command: + - /entrypoint-init-container.sh volumeMounts: - name: checode path: /checode + memoryLimit: 256Mi + memoryRequest: 32Mi + cpuLimit: 500m + cpuRequest: 30m + - name: che-code-runtime-description + container: + image: registry.redhat.io/devspaces/udi-rhel8:3.13 memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m + volumeMounts: + - name: checode + path: /checode endpoints: - name: che-code attributes: @@ -34,44 +56,32 @@ components: urlRewriteSupported: true targetPort: 3100 exposure: public - secure: false + secure: true protocol: https - name: code-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: code-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: code-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org controller.devfile.io/container-contribution: true - name: checode volume: {} - - name: che-code-injector - container: - image: registry.redhat.io/devspaces/code-rhel8:3.13 - command: - - /entrypoint-init-container.sh - volumeMounts: - - name: checode - path: /checode - memoryLimit: 256Mi - memoryRequest: 32Mi - cpuLimit: 500m - cpuRequest: 30m diff --git a/che-plugin-registry/3.13/x86_64/v3/plugins/che-incubator/che-code/latest/devfile.yaml b/che-plugin-registry/3.13/x86_64/v3/plugins/che-incubator/che-code/latest/devfile.yaml index 92ab8ab92a..3dffa0683f 100644 --- a/che-plugin-registry/3.13/x86_64/v3/plugins/che-incubator/che-code/latest/devfile.yaml +++ b/che-plugin-registry/3.13/x86_64/v3/plugins/che-incubator/che-code/latest/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-code + displayName: VS Code - Open Source + description: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true + attributes: + publisher: che-incubator + version: latest + title: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + repository: https://github.com/che-incubator/che-code + firstPublicationDate: '2022-07-19' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -15,16 +25,28 @@ events: postStart: - init-che-code-command components: - - name: che-code-runtime-description + - name: che-code-injector container: - image: registry.redhat.io/devspaces/udi-rhel8:3.13 + image: registry.redhat.io/devspaces/code-rhel8:3.13 + command: + - /entrypoint-init-container.sh volumeMounts: - name: checode path: /checode + memoryLimit: 256Mi + memoryRequest: 32Mi + cpuLimit: 500m + cpuRequest: 30m + - name: che-code-runtime-description + container: + image: registry.redhat.io/devspaces/udi-rhel8:3.13 memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m + volumeMounts: + - name: checode + path: /checode endpoints: - name: che-code attributes: @@ -34,44 +56,32 @@ components: urlRewriteSupported: true targetPort: 3100 exposure: public - secure: false + secure: true protocol: https - name: code-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: code-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: code-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org controller.devfile.io/container-contribution: true - name: checode volume: {} - - name: che-code-injector - container: - image: registry.redhat.io/devspaces/code-rhel8:3.13 - command: - - /entrypoint-init-container.sh - volumeMounts: - - name: checode - path: /checode - memoryLimit: 256Mi - memoryRequest: 32Mi - cpuLimit: 500m - cpuRequest: 30m diff --git a/che-plugin-registry/3.13/x86_64/v3/plugins/che-incubator/che-idea/latest/devfile.yaml b/che-plugin-registry/3.13/x86_64/v3/plugins/che-incubator/che-idea/latest/devfile.yaml index 047f251ce3..e57895fb2d 100644 --- a/che-plugin-registry/3.13/x86_64/v3/plugins/che-incubator/che-idea/latest/devfile.yaml +++ b/che-plugin-registry/3.13/x86_64/v3/plugins/che-incubator/che-idea/latest/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-idea + displayName: IntelliJ IDEA Community (Technology Preview) + description: Red Hat OpenShift Dev Spaces with JetBrains IntelliJ IDEA Community IDE + icon: https://resources.jetbrains.com/storage/products/intellij-idea/img/meta/intellij-idea_logo_300x300.png + attributes: + publisher: che-incubator + version: 2022.1 + title: Red Hat OpenShift Dev Spaces with JetBrains IntelliJ IDEA Community IDE + repository: https://github.com/che-incubator/jetbrains-editor-images + firstPublicationDate: '2022-01-11' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -44,29 +54,29 @@ components: targetPort: 8887 exposure: public path: /?backgroundColor=434343&wss - secure: false + secure: true protocol: https - name: intellij-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: intellij-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: intellij-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: intellij-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: intellij-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: idea-rhel8-runtime app.kubernetes.io/part-of: idea-rhel8.eclipse.org diff --git a/che-plugin-registry/next/ppc64le/v3/plugins/che-incubator/che-code/insiders/devfile.yaml b/che-plugin-registry/next/ppc64le/v3/plugins/che-incubator/che-code/insiders/devfile.yaml index 92ab8ab92a..40797b68b2 100644 --- a/che-plugin-registry/next/ppc64le/v3/plugins/che-incubator/che-code/insiders/devfile.yaml +++ b/che-plugin-registry/next/ppc64le/v3/plugins/che-incubator/che-code/insiders/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-code + displayName: VS Code - Open Source + description: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true + attributes: + publisher: che-incubator + version: insiders + title: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + repository: https://github.com/che-incubator/che-code + firstPublicationDate: '2022-07-19' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -15,16 +25,28 @@ events: postStart: - init-che-code-command components: - - name: che-code-runtime-description + - name: che-code-injector container: - image: registry.redhat.io/devspaces/udi-rhel8:3.13 + image: registry.redhat.io/devspaces/code-rhel8:3.13 + command: + - /entrypoint-init-container.sh volumeMounts: - name: checode path: /checode + memoryLimit: 256Mi + memoryRequest: 32Mi + cpuLimit: 500m + cpuRequest: 30m + - name: che-code-runtime-description + container: + image: registry.redhat.io/devspaces/udi-rhel8:3.13 memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m + volumeMounts: + - name: checode + path: /checode endpoints: - name: che-code attributes: @@ -34,44 +56,32 @@ components: urlRewriteSupported: true targetPort: 3100 exposure: public - secure: false + secure: true protocol: https - name: code-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: code-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: code-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org controller.devfile.io/container-contribution: true - name: checode volume: {} - - name: che-code-injector - container: - image: registry.redhat.io/devspaces/code-rhel8:3.13 - command: - - /entrypoint-init-container.sh - volumeMounts: - - name: checode - path: /checode - memoryLimit: 256Mi - memoryRequest: 32Mi - cpuLimit: 500m - cpuRequest: 30m diff --git a/che-plugin-registry/next/ppc64le/v3/plugins/che-incubator/che-code/latest/devfile.yaml b/che-plugin-registry/next/ppc64le/v3/plugins/che-incubator/che-code/latest/devfile.yaml index 92ab8ab92a..3dffa0683f 100644 --- a/che-plugin-registry/next/ppc64le/v3/plugins/che-incubator/che-code/latest/devfile.yaml +++ b/che-plugin-registry/next/ppc64le/v3/plugins/che-incubator/che-code/latest/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-code + displayName: VS Code - Open Source + description: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true + attributes: + publisher: che-incubator + version: latest + title: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + repository: https://github.com/che-incubator/che-code + firstPublicationDate: '2022-07-19' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -15,16 +25,28 @@ events: postStart: - init-che-code-command components: - - name: che-code-runtime-description + - name: che-code-injector container: - image: registry.redhat.io/devspaces/udi-rhel8:3.13 + image: registry.redhat.io/devspaces/code-rhel8:3.13 + command: + - /entrypoint-init-container.sh volumeMounts: - name: checode path: /checode + memoryLimit: 256Mi + memoryRequest: 32Mi + cpuLimit: 500m + cpuRequest: 30m + - name: che-code-runtime-description + container: + image: registry.redhat.io/devspaces/udi-rhel8:3.13 memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m + volumeMounts: + - name: checode + path: /checode endpoints: - name: che-code attributes: @@ -34,44 +56,32 @@ components: urlRewriteSupported: true targetPort: 3100 exposure: public - secure: false + secure: true protocol: https - name: code-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: code-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: code-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org controller.devfile.io/container-contribution: true - name: checode volume: {} - - name: che-code-injector - container: - image: registry.redhat.io/devspaces/code-rhel8:3.13 - command: - - /entrypoint-init-container.sh - volumeMounts: - - name: checode - path: /checode - memoryLimit: 256Mi - memoryRequest: 32Mi - cpuLimit: 500m - cpuRequest: 30m diff --git a/che-plugin-registry/next/ppc64le/v3/plugins/che-incubator/che-idea/latest/devfile.yaml b/che-plugin-registry/next/ppc64le/v3/plugins/che-incubator/che-idea/latest/devfile.yaml index 047f251ce3..e57895fb2d 100644 --- a/che-plugin-registry/next/ppc64le/v3/plugins/che-incubator/che-idea/latest/devfile.yaml +++ b/che-plugin-registry/next/ppc64le/v3/plugins/che-incubator/che-idea/latest/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-idea + displayName: IntelliJ IDEA Community (Technology Preview) + description: Red Hat OpenShift Dev Spaces with JetBrains IntelliJ IDEA Community IDE + icon: https://resources.jetbrains.com/storage/products/intellij-idea/img/meta/intellij-idea_logo_300x300.png + attributes: + publisher: che-incubator + version: 2022.1 + title: Red Hat OpenShift Dev Spaces with JetBrains IntelliJ IDEA Community IDE + repository: https://github.com/che-incubator/jetbrains-editor-images + firstPublicationDate: '2022-01-11' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -44,29 +54,29 @@ components: targetPort: 8887 exposure: public path: /?backgroundColor=434343&wss - secure: false + secure: true protocol: https - name: intellij-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: intellij-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: intellij-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: intellij-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: intellij-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: idea-rhel8-runtime app.kubernetes.io/part-of: idea-rhel8.eclipse.org diff --git a/che-plugin-registry/next/s390x/v3/plugins/che-incubator/che-code/insiders/devfile.yaml b/che-plugin-registry/next/s390x/v3/plugins/che-incubator/che-code/insiders/devfile.yaml index 92ab8ab92a..40797b68b2 100644 --- a/che-plugin-registry/next/s390x/v3/plugins/che-incubator/che-code/insiders/devfile.yaml +++ b/che-plugin-registry/next/s390x/v3/plugins/che-incubator/che-code/insiders/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-code + displayName: VS Code - Open Source + description: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true + attributes: + publisher: che-incubator + version: insiders + title: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + repository: https://github.com/che-incubator/che-code + firstPublicationDate: '2022-07-19' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -15,16 +25,28 @@ events: postStart: - init-che-code-command components: - - name: che-code-runtime-description + - name: che-code-injector container: - image: registry.redhat.io/devspaces/udi-rhel8:3.13 + image: registry.redhat.io/devspaces/code-rhel8:3.13 + command: + - /entrypoint-init-container.sh volumeMounts: - name: checode path: /checode + memoryLimit: 256Mi + memoryRequest: 32Mi + cpuLimit: 500m + cpuRequest: 30m + - name: che-code-runtime-description + container: + image: registry.redhat.io/devspaces/udi-rhel8:3.13 memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m + volumeMounts: + - name: checode + path: /checode endpoints: - name: che-code attributes: @@ -34,44 +56,32 @@ components: urlRewriteSupported: true targetPort: 3100 exposure: public - secure: false + secure: true protocol: https - name: code-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: code-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: code-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org controller.devfile.io/container-contribution: true - name: checode volume: {} - - name: che-code-injector - container: - image: registry.redhat.io/devspaces/code-rhel8:3.13 - command: - - /entrypoint-init-container.sh - volumeMounts: - - name: checode - path: /checode - memoryLimit: 256Mi - memoryRequest: 32Mi - cpuLimit: 500m - cpuRequest: 30m diff --git a/che-plugin-registry/next/s390x/v3/plugins/che-incubator/che-code/latest/devfile.yaml b/che-plugin-registry/next/s390x/v3/plugins/che-incubator/che-code/latest/devfile.yaml index 92ab8ab92a..3dffa0683f 100644 --- a/che-plugin-registry/next/s390x/v3/plugins/che-incubator/che-code/latest/devfile.yaml +++ b/che-plugin-registry/next/s390x/v3/plugins/che-incubator/che-code/latest/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-code + displayName: VS Code - Open Source + description: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true + attributes: + publisher: che-incubator + version: latest + title: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + repository: https://github.com/che-incubator/che-code + firstPublicationDate: '2022-07-19' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -15,16 +25,28 @@ events: postStart: - init-che-code-command components: - - name: che-code-runtime-description + - name: che-code-injector container: - image: registry.redhat.io/devspaces/udi-rhel8:3.13 + image: registry.redhat.io/devspaces/code-rhel8:3.13 + command: + - /entrypoint-init-container.sh volumeMounts: - name: checode path: /checode + memoryLimit: 256Mi + memoryRequest: 32Mi + cpuLimit: 500m + cpuRequest: 30m + - name: che-code-runtime-description + container: + image: registry.redhat.io/devspaces/udi-rhel8:3.13 memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m + volumeMounts: + - name: checode + path: /checode endpoints: - name: che-code attributes: @@ -34,44 +56,32 @@ components: urlRewriteSupported: true targetPort: 3100 exposure: public - secure: false + secure: true protocol: https - name: code-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: code-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: code-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org controller.devfile.io/container-contribution: true - name: checode volume: {} - - name: che-code-injector - container: - image: registry.redhat.io/devspaces/code-rhel8:3.13 - command: - - /entrypoint-init-container.sh - volumeMounts: - - name: checode - path: /checode - memoryLimit: 256Mi - memoryRequest: 32Mi - cpuLimit: 500m - cpuRequest: 30m diff --git a/che-plugin-registry/next/s390x/v3/plugins/che-incubator/che-idea/latest/devfile.yaml b/che-plugin-registry/next/s390x/v3/plugins/che-incubator/che-idea/latest/devfile.yaml index 047f251ce3..e57895fb2d 100644 --- a/che-plugin-registry/next/s390x/v3/plugins/che-incubator/che-idea/latest/devfile.yaml +++ b/che-plugin-registry/next/s390x/v3/plugins/che-incubator/che-idea/latest/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-idea + displayName: IntelliJ IDEA Community (Technology Preview) + description: Red Hat OpenShift Dev Spaces with JetBrains IntelliJ IDEA Community IDE + icon: https://resources.jetbrains.com/storage/products/intellij-idea/img/meta/intellij-idea_logo_300x300.png + attributes: + publisher: che-incubator + version: 2022.1 + title: Red Hat OpenShift Dev Spaces with JetBrains IntelliJ IDEA Community IDE + repository: https://github.com/che-incubator/jetbrains-editor-images + firstPublicationDate: '2022-01-11' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -44,29 +54,29 @@ components: targetPort: 8887 exposure: public path: /?backgroundColor=434343&wss - secure: false + secure: true protocol: https - name: intellij-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: intellij-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: intellij-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: intellij-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: intellij-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: idea-rhel8-runtime app.kubernetes.io/part-of: idea-rhel8.eclipse.org diff --git a/che-plugin-registry/next/x86_64/v3/plugins/che-incubator/che-code/insiders/devfile.yaml b/che-plugin-registry/next/x86_64/v3/plugins/che-incubator/che-code/insiders/devfile.yaml index 92ab8ab92a..40797b68b2 100644 --- a/che-plugin-registry/next/x86_64/v3/plugins/che-incubator/che-code/insiders/devfile.yaml +++ b/che-plugin-registry/next/x86_64/v3/plugins/che-incubator/che-code/insiders/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-code + displayName: VS Code - Open Source + description: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true + attributes: + publisher: che-incubator + version: insiders + title: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + repository: https://github.com/che-incubator/che-code + firstPublicationDate: '2022-07-19' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -15,16 +25,28 @@ events: postStart: - init-che-code-command components: - - name: che-code-runtime-description + - name: che-code-injector container: - image: registry.redhat.io/devspaces/udi-rhel8:3.13 + image: registry.redhat.io/devspaces/code-rhel8:3.13 + command: + - /entrypoint-init-container.sh volumeMounts: - name: checode path: /checode + memoryLimit: 256Mi + memoryRequest: 32Mi + cpuLimit: 500m + cpuRequest: 30m + - name: che-code-runtime-description + container: + image: registry.redhat.io/devspaces/udi-rhel8:3.13 memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m + volumeMounts: + - name: checode + path: /checode endpoints: - name: che-code attributes: @@ -34,44 +56,32 @@ components: urlRewriteSupported: true targetPort: 3100 exposure: public - secure: false + secure: true protocol: https - name: code-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: code-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: code-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org controller.devfile.io/container-contribution: true - name: checode volume: {} - - name: che-code-injector - container: - image: registry.redhat.io/devspaces/code-rhel8:3.13 - command: - - /entrypoint-init-container.sh - volumeMounts: - - name: checode - path: /checode - memoryLimit: 256Mi - memoryRequest: 32Mi - cpuLimit: 500m - cpuRequest: 30m diff --git a/che-plugin-registry/next/x86_64/v3/plugins/che-incubator/che-code/latest/devfile.yaml b/che-plugin-registry/next/x86_64/v3/plugins/che-incubator/che-code/latest/devfile.yaml index 92ab8ab92a..3dffa0683f 100644 --- a/che-plugin-registry/next/x86_64/v3/plugins/che-incubator/che-code/latest/devfile.yaml +++ b/che-plugin-registry/next/x86_64/v3/plugins/che-incubator/che-code/latest/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-code + displayName: VS Code - Open Source + description: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true + attributes: + publisher: che-incubator + version: latest + title: Red Hat OpenShift Dev Spaces with Microsoft Visual Studio Code - Open Source IDE + repository: https://github.com/che-incubator/che-code + firstPublicationDate: '2022-07-19' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -15,16 +25,28 @@ events: postStart: - init-che-code-command components: - - name: che-code-runtime-description + - name: che-code-injector container: - image: registry.redhat.io/devspaces/udi-rhel8:3.13 + image: registry.redhat.io/devspaces/code-rhel8:3.13 + command: + - /entrypoint-init-container.sh volumeMounts: - name: checode path: /checode + memoryLimit: 256Mi + memoryRequest: 32Mi + cpuLimit: 500m + cpuRequest: 30m + - name: che-code-runtime-description + container: + image: registry.redhat.io/devspaces/udi-rhel8:3.13 memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m cpuRequest: 30m + volumeMounts: + - name: checode + path: /checode endpoints: - name: che-code attributes: @@ -34,44 +56,32 @@ components: urlRewriteSupported: true targetPort: 3100 exposure: public - secure: false + secure: true protocol: https - name: code-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: code-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: code-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: code-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org controller.devfile.io/container-contribution: true - name: checode volume: {} - - name: che-code-injector - container: - image: registry.redhat.io/devspaces/code-rhel8:3.13 - command: - - /entrypoint-init-container.sh - volumeMounts: - - name: checode - path: /checode - memoryLimit: 256Mi - memoryRequest: 32Mi - cpuLimit: 500m - cpuRequest: 30m diff --git a/che-plugin-registry/next/x86_64/v3/plugins/che-incubator/che-idea/latest/devfile.yaml b/che-plugin-registry/next/x86_64/v3/plugins/che-incubator/che-idea/latest/devfile.yaml index 047f251ce3..e57895fb2d 100644 --- a/che-plugin-registry/next/x86_64/v3/plugins/che-incubator/che-idea/latest/devfile.yaml +++ b/che-plugin-registry/next/x86_64/v3/plugins/che-incubator/che-idea/latest/devfile.yaml @@ -1,6 +1,16 @@ schemaVersion: 2.1.0 metadata: name: che-idea + displayName: IntelliJ IDEA Community (Technology Preview) + description: Red Hat OpenShift Dev Spaces with JetBrains IntelliJ IDEA Community IDE + icon: https://resources.jetbrains.com/storage/products/intellij-idea/img/meta/intellij-idea_logo_300x300.png + attributes: + publisher: che-incubator + version: 2022.1 + title: Red Hat OpenShift Dev Spaces with JetBrains IntelliJ IDEA Community IDE + repository: https://github.com/che-incubator/jetbrains-editor-images + firstPublicationDate: '2022-01-11' + skipMetaYaml: true commands: - id: init-container-command apply: @@ -44,29 +54,29 @@ components: targetPort: 8887 exposure: public path: /?backgroundColor=434343&wss - secure: false + secure: true protocol: https - name: intellij-redirect-1 - attributes: - discoverable: false - urlRewriteSupported: false targetPort: 13131 exposure: public protocol: https - - name: intellij-redirect-2 attributes: discoverable: false urlRewriteSupported: false + - name: intellij-redirect-2 targetPort: 13132 exposure: public protocol: https - - name: intellij-redirect-3 attributes: discoverable: false urlRewriteSupported: false + - name: intellij-redirect-3 targetPort: 13133 exposure: public protocol: https + attributes: + discoverable: false + urlRewriteSupported: false attributes: app.kubernetes.io/component: idea-rhel8-runtime app.kubernetes.io/part-of: idea-rhel8.eclipse.org