Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update devfiles according to the latest changes #114

Merged
merged 1 commit into from
May 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devfiles/latest/che-idea/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ events:
components:
- name: che-idea-runtime-description
container:
image: 'quay.io/devfile/universal-developer-image:ubi8-0e189d9'
image: 'quay.io/devfile/universal-developer-image:ubi8-9436df2'
command:
- /projector/entrypoint-volume.sh
env:
Expand Down
2 changes: 1 addition & 1 deletion devfiles/latest/che-pycharm/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ events:
components:
- name: che-pycharm-runtime-description
container:
image: 'quay.io/devfile/universal-developer-image:ubi8-0e189d9'
image: 'quay.io/devfile/universal-developer-image:ubi8-9436df2'
command:
- /projector/entrypoint-volume.sh
env:
Expand Down
69 changes: 69 additions & 0 deletions devfiles/next/che-idea/2020.3-next.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
schemaVersion: 2.1.0
metadata:
name: IntelliJ IDEA Community Edition
commands:
- id: init-container-command
apply:
component: che-idea-injector
events:
preStart:
- init-container-command
components:
- name: che-idea-runtime-description
container:
image: 'quay.io/devfile/universal-developer-image:ubi8-9436df2'
command:
- /projector/entrypoint-volume.sh
env:
- name: PROJECTOR_ASSEMBLY_DIR
value: /projector
- name: PROJECTOR_CONFIG_DIR
value: /home/user/.jetbrains
volumeMounts:
- name: projector-volume
path: /projector
- name: projector-configuration
path: /home/user/.jetbrains
- name: projector-java-configuration
path: /home/user/.java
memoryLimit: 6144Mi
memoryRequest: 2048Mi
cpuLimit: 2000m
cpuRequest: 1500m
endpoints:
- name: intellij
attributes:
type: main
cookiesAuthEnabled: true
discoverable: false
urlRewriteSupported: true
targetPort: 8887
exposure: public
path: '/?backgroundColor=434343&wss'
secure: false
protocol: http
attributes:
app.kubernetes.io/component: che-idea-injector
app.kubernetes.io/part-of: che-idea.eclipse.org
- name: projector-volume
volume: { }
- name: projector-configuration
volume: { }
- name: projector-java-configuration
volume: { }
- name: che-idea-injector
container:
image: 'quay.io/che-incubator/che-idea:2020.3-next'
command: ["/projector/entrypoint-init-container.sh"]
env:
- name: PROJECTOR_VOLUME_MOUNT
value: /projector-volume
- name: PROJECTOR_ASSEMBLY_DIR
value: /projector
volumeMounts:
- name: projector-volume
path: /projector-volume
memoryLimit: 128Mi
memoryRequest: 32Mi
cpuLimit: 500m
cpuRequest: 30m
69 changes: 0 additions & 69 deletions devfiles/next/che-idea/2020.3.1-next.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions devfiles/next/che-idea/2020.3.2-next.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions devfiles/next/che-idea/2020.3.3-next.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions devfiles/next/che-idea/2020.3.4-next.yaml

This file was deleted.

Loading