Skip to content

Commit

Permalink
publish registry - Sun Feb 4 09:59:25 UTC 2024
Browse files Browse the repository at this point in the history
Signed-off-by: devstudio-release <[email protected]>
  • Loading branch information
devstudio-release committed Feb 4, 2024
1 parent 20f8fbf commit 11727c4
Show file tree
Hide file tree
Showing 18 changed files with 456 additions and 276 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand All @@ -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
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand All @@ -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
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand All @@ -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
Loading

0 comments on commit 11727c4

Please sign in to comment.