From 026b7970242a668c04b542183b01cc4d6f8d1d2e Mon Sep 17 00:00:00 2001 From: Vladyslav Zhukovskyi Date: Mon, 9 May 2022 16:10:44 +0300 Subject: [PATCH] Update devfiles according to the latest changes Signed-off-by: Vladyslav Zhukovskyi --- devfiles/latest/che-idea/latest.yaml | 2 +- devfiles/latest/che-pycharm/latest.yaml | 2 +- devfiles/next/che-idea/2020.3-next.yaml | 69 +++++++++++++++++++ devfiles/next/che-idea/2020.3.1-next.yaml | 69 ------------------- devfiles/next/che-idea/2020.3.2-next.yaml | 69 ------------------- devfiles/next/che-idea/2020.3.3-next.yaml | 69 ------------------- devfiles/next/che-idea/2020.3.4-next.yaml | 69 ------------------- devfiles/next/che-idea/2021.1-next.yaml | 69 +++++++++++++++++++ devfiles/next/che-idea/2021.2-next.yaml | 69 +++++++++++++++++++ devfiles/next/che-idea/2021.3-next.yaml | 69 +++++++++++++++++++ devfiles/next/che-idea/2022.1-next.yaml | 69 +++++++++++++++++++ devfiles/next/che-pycharm/2020.3-next.yaml | 2 +- devfiles/next/che-pycharm/2020.3.1-next.yaml | 69 ------------------- devfiles/next/che-pycharm/2020.3.2-next.yaml | 69 ------------------- devfiles/next/che-pycharm/2020.3.3-next.yaml | 69 ------------------- devfiles/next/che-pycharm/2020.3.4-next.yaml | 69 ------------------- devfiles/next/che-pycharm/2020.3.5-next.yaml | 69 ------------------- devfiles/next/che-pycharm/2021.1-next.yaml | 69 +++++++++++++++++++ devfiles/next/che-pycharm/2021.2-next.yaml | 69 +++++++++++++++++++ devfiles/next/che-pycharm/2021.3-next.yaml | 69 +++++++++++++++++++ devfiles/next/che-pycharm/2022.1-next.yaml | 69 +++++++++++++++++++ .../che-idea/{2020.3.1.yaml => 2020.3.yaml} | 4 +- .../che-idea/{2020.3.2.yaml => 2021.1.yaml} | 4 +- .../che-idea/{2020.3.3.yaml => 2021.2.yaml} | 4 +- .../che-idea/{2020.3.4.yaml => 2021.3.yaml} | 4 +- devfiles/released/che-idea/2022.1.yaml | 69 +++++++++++++++++++ devfiles/released/che-pycharm/2020.3.5.yaml | 69 ------------------- devfiles/released/che-pycharm/2020.3.yaml | 2 +- .../{2020.3.1.yaml => 2021.1.yaml} | 4 +- .../{2020.3.2.yaml => 2021.2.yaml} | 4 +- .../{2020.3.3.yaml => 2021.3.yaml} | 4 +- .../{2020.3.4.yaml => 2022.1.yaml} | 4 +- 32 files changed, 710 insertions(+), 710 deletions(-) create mode 100644 devfiles/next/che-idea/2020.3-next.yaml delete mode 100644 devfiles/next/che-idea/2020.3.1-next.yaml delete mode 100644 devfiles/next/che-idea/2020.3.2-next.yaml delete mode 100644 devfiles/next/che-idea/2020.3.3-next.yaml delete mode 100644 devfiles/next/che-idea/2020.3.4-next.yaml create mode 100644 devfiles/next/che-idea/2021.1-next.yaml create mode 100644 devfiles/next/che-idea/2021.2-next.yaml create mode 100644 devfiles/next/che-idea/2021.3-next.yaml create mode 100644 devfiles/next/che-idea/2022.1-next.yaml delete mode 100644 devfiles/next/che-pycharm/2020.3.1-next.yaml delete mode 100644 devfiles/next/che-pycharm/2020.3.2-next.yaml delete mode 100644 devfiles/next/che-pycharm/2020.3.3-next.yaml delete mode 100644 devfiles/next/che-pycharm/2020.3.4-next.yaml delete mode 100644 devfiles/next/che-pycharm/2020.3.5-next.yaml create mode 100644 devfiles/next/che-pycharm/2021.1-next.yaml create mode 100644 devfiles/next/che-pycharm/2021.2-next.yaml create mode 100644 devfiles/next/che-pycharm/2021.3-next.yaml create mode 100644 devfiles/next/che-pycharm/2022.1-next.yaml rename devfiles/released/che-idea/{2020.3.1.yaml => 2020.3.yaml} (93%) rename devfiles/released/che-idea/{2020.3.2.yaml => 2021.1.yaml} (93%) rename devfiles/released/che-idea/{2020.3.3.yaml => 2021.2.yaml} (93%) rename devfiles/released/che-idea/{2020.3.4.yaml => 2021.3.yaml} (93%) create mode 100644 devfiles/released/che-idea/2022.1.yaml delete mode 100644 devfiles/released/che-pycharm/2020.3.5.yaml rename devfiles/released/che-pycharm/{2020.3.1.yaml => 2021.1.yaml} (93%) rename devfiles/released/che-pycharm/{2020.3.2.yaml => 2021.2.yaml} (93%) rename devfiles/released/che-pycharm/{2020.3.3.yaml => 2021.3.yaml} (93%) rename devfiles/released/che-pycharm/{2020.3.4.yaml => 2022.1.yaml} (93%) diff --git a/devfiles/latest/che-idea/latest.yaml b/devfiles/latest/che-idea/latest.yaml index 8de1faaa..75a0211a 100644 --- a/devfiles/latest/che-idea/latest.yaml +++ b/devfiles/latest/che-idea/latest.yaml @@ -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: diff --git a/devfiles/latest/che-pycharm/latest.yaml b/devfiles/latest/che-pycharm/latest.yaml index d873f0b0..58747681 100644 --- a/devfiles/latest/che-pycharm/latest.yaml +++ b/devfiles/latest/che-pycharm/latest.yaml @@ -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: diff --git a/devfiles/next/che-idea/2020.3-next.yaml b/devfiles/next/che-idea/2020.3-next.yaml new file mode 100644 index 00000000..ba90d037 --- /dev/null +++ b/devfiles/next/che-idea/2020.3-next.yaml @@ -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 diff --git a/devfiles/next/che-idea/2020.3.1-next.yaml b/devfiles/next/che-idea/2020.3.1-next.yaml deleted file mode 100644 index 0125b4c4..00000000 --- a/devfiles/next/che-idea/2020.3.1-next.yaml +++ /dev/null @@ -1,69 +0,0 @@ -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-0e189d9' - 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.1-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 diff --git a/devfiles/next/che-idea/2020.3.2-next.yaml b/devfiles/next/che-idea/2020.3.2-next.yaml deleted file mode 100644 index 71ed0356..00000000 --- a/devfiles/next/che-idea/2020.3.2-next.yaml +++ /dev/null @@ -1,69 +0,0 @@ -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-0e189d9' - 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.2-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 diff --git a/devfiles/next/che-idea/2020.3.3-next.yaml b/devfiles/next/che-idea/2020.3.3-next.yaml deleted file mode 100644 index ceb70b2f..00000000 --- a/devfiles/next/che-idea/2020.3.3-next.yaml +++ /dev/null @@ -1,69 +0,0 @@ -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-0e189d9' - 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.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 diff --git a/devfiles/next/che-idea/2020.3.4-next.yaml b/devfiles/next/che-idea/2020.3.4-next.yaml deleted file mode 100644 index d093f72b..00000000 --- a/devfiles/next/che-idea/2020.3.4-next.yaml +++ /dev/null @@ -1,69 +0,0 @@ -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-0e189d9' - 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.4-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 diff --git a/devfiles/next/che-idea/2021.1-next.yaml b/devfiles/next/che-idea/2021.1-next.yaml new file mode 100644 index 00000000..63f7161f --- /dev/null +++ b/devfiles/next/che-idea/2021.1-next.yaml @@ -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:2021.1-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 diff --git a/devfiles/next/che-idea/2021.2-next.yaml b/devfiles/next/che-idea/2021.2-next.yaml new file mode 100644 index 00000000..ff3fa62f --- /dev/null +++ b/devfiles/next/che-idea/2021.2-next.yaml @@ -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:2021.2-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 diff --git a/devfiles/next/che-idea/2021.3-next.yaml b/devfiles/next/che-idea/2021.3-next.yaml new file mode 100644 index 00000000..b16d9240 --- /dev/null +++ b/devfiles/next/che-idea/2021.3-next.yaml @@ -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:2021.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 diff --git a/devfiles/next/che-idea/2022.1-next.yaml b/devfiles/next/che-idea/2022.1-next.yaml new file mode 100644 index 00000000..b1357bc7 --- /dev/null +++ b/devfiles/next/che-idea/2022.1-next.yaml @@ -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:2022.1-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 diff --git a/devfiles/next/che-pycharm/2020.3-next.yaml b/devfiles/next/che-pycharm/2020.3-next.yaml index 114dd745..d524fd17 100644 --- a/devfiles/next/che-pycharm/2020.3-next.yaml +++ b/devfiles/next/che-pycharm/2020.3-next.yaml @@ -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: diff --git a/devfiles/next/che-pycharm/2020.3.1-next.yaml b/devfiles/next/che-pycharm/2020.3.1-next.yaml deleted file mode 100644 index 18017501..00000000 --- a/devfiles/next/che-pycharm/2020.3.1-next.yaml +++ /dev/null @@ -1,69 +0,0 @@ -schemaVersion: 2.1.0 -metadata: - name: PyCharm Community Edition -commands: - - id: init-container-command - apply: - component: che-pycharm-injector -events: - preStart: - - init-container-command -components: - - name: che-pycharm-runtime-description - container: - image: 'quay.io/devfile/universal-developer-image:ubi8-0e189d9' - 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-pycharm-injector - app.kubernetes.io/part-of: che-pycharm.eclipse.org - - name: projector-volume - volume: { } - - name: projector-configuration - volume: { } - - name: projector-java-configuration - volume: { } - - name: che-pycharm-injector - container: - image: 'quay.io/che-incubator/che-pycharm:2020.3.1-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 diff --git a/devfiles/next/che-pycharm/2020.3.2-next.yaml b/devfiles/next/che-pycharm/2020.3.2-next.yaml deleted file mode 100644 index 9a1815d1..00000000 --- a/devfiles/next/che-pycharm/2020.3.2-next.yaml +++ /dev/null @@ -1,69 +0,0 @@ -schemaVersion: 2.1.0 -metadata: - name: PyCharm Community Edition -commands: - - id: init-container-command - apply: - component: che-pycharm-injector -events: - preStart: - - init-container-command -components: - - name: che-pycharm-runtime-description - container: - image: 'quay.io/devfile/universal-developer-image:ubi8-0e189d9' - 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-pycharm-injector - app.kubernetes.io/part-of: che-pycharm.eclipse.org - - name: projector-volume - volume: { } - - name: projector-configuration - volume: { } - - name: projector-java-configuration - volume: { } - - name: che-pycharm-injector - container: - image: 'quay.io/che-incubator/che-pycharm:2020.3.2-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 diff --git a/devfiles/next/che-pycharm/2020.3.3-next.yaml b/devfiles/next/che-pycharm/2020.3.3-next.yaml deleted file mode 100644 index afbf3780..00000000 --- a/devfiles/next/che-pycharm/2020.3.3-next.yaml +++ /dev/null @@ -1,69 +0,0 @@ -schemaVersion: 2.1.0 -metadata: - name: PyCharm Community Edition -commands: - - id: init-container-command - apply: - component: che-pycharm-injector -events: - preStart: - - init-container-command -components: - - name: che-pycharm-runtime-description - container: - image: 'quay.io/devfile/universal-developer-image:ubi8-0e189d9' - 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-pycharm-injector - app.kubernetes.io/part-of: che-pycharm.eclipse.org - - name: projector-volume - volume: { } - - name: projector-configuration - volume: { } - - name: projector-java-configuration - volume: { } - - name: che-pycharm-injector - container: - image: 'quay.io/che-incubator/che-pycharm:2020.3.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 diff --git a/devfiles/next/che-pycharm/2020.3.4-next.yaml b/devfiles/next/che-pycharm/2020.3.4-next.yaml deleted file mode 100644 index 40916cb6..00000000 --- a/devfiles/next/che-pycharm/2020.3.4-next.yaml +++ /dev/null @@ -1,69 +0,0 @@ -schemaVersion: 2.1.0 -metadata: - name: PyCharm Community Edition -commands: - - id: init-container-command - apply: - component: che-pycharm-injector -events: - preStart: - - init-container-command -components: - - name: che-pycharm-runtime-description - container: - image: 'quay.io/devfile/universal-developer-image:ubi8-0e189d9' - 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-pycharm-injector - app.kubernetes.io/part-of: che-pycharm.eclipse.org - - name: projector-volume - volume: { } - - name: projector-configuration - volume: { } - - name: projector-java-configuration - volume: { } - - name: che-pycharm-injector - container: - image: 'quay.io/che-incubator/che-pycharm:2020.3.4-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 diff --git a/devfiles/next/che-pycharm/2020.3.5-next.yaml b/devfiles/next/che-pycharm/2020.3.5-next.yaml deleted file mode 100644 index f659303b..00000000 --- a/devfiles/next/che-pycharm/2020.3.5-next.yaml +++ /dev/null @@ -1,69 +0,0 @@ -schemaVersion: 2.1.0 -metadata: - name: PyCharm Community Edition -commands: - - id: init-container-command - apply: - component: che-pycharm-injector -events: - preStart: - - init-container-command -components: - - name: che-pycharm-runtime-description - container: - image: 'quay.io/devfile/universal-developer-image:ubi8-0e189d9' - 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-pycharm-injector - app.kubernetes.io/part-of: che-pycharm.eclipse.org - - name: projector-volume - volume: { } - - name: projector-configuration - volume: { } - - name: projector-java-configuration - volume: { } - - name: che-pycharm-injector - container: - image: 'quay.io/che-incubator/che-pycharm:2020.3.5-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 diff --git a/devfiles/next/che-pycharm/2021.1-next.yaml b/devfiles/next/che-pycharm/2021.1-next.yaml new file mode 100644 index 00000000..dda7d427 --- /dev/null +++ b/devfiles/next/che-pycharm/2021.1-next.yaml @@ -0,0 +1,69 @@ +schemaVersion: 2.1.0 +metadata: + name: PyCharm Community Edition +commands: + - id: init-container-command + apply: + component: che-pycharm-injector +events: + preStart: + - init-container-command +components: + - name: che-pycharm-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-pycharm-injector + app.kubernetes.io/part-of: che-pycharm.eclipse.org + - name: projector-volume + volume: { } + - name: projector-configuration + volume: { } + - name: projector-java-configuration + volume: { } + - name: che-pycharm-injector + container: + image: 'quay.io/che-incubator/che-pycharm:2021.1-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 diff --git a/devfiles/next/che-pycharm/2021.2-next.yaml b/devfiles/next/che-pycharm/2021.2-next.yaml new file mode 100644 index 00000000..347a0056 --- /dev/null +++ b/devfiles/next/che-pycharm/2021.2-next.yaml @@ -0,0 +1,69 @@ +schemaVersion: 2.1.0 +metadata: + name: PyCharm Community Edition +commands: + - id: init-container-command + apply: + component: che-pycharm-injector +events: + preStart: + - init-container-command +components: + - name: che-pycharm-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-pycharm-injector + app.kubernetes.io/part-of: che-pycharm.eclipse.org + - name: projector-volume + volume: { } + - name: projector-configuration + volume: { } + - name: projector-java-configuration + volume: { } + - name: che-pycharm-injector + container: + image: 'quay.io/che-incubator/che-pycharm:2021.2-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 diff --git a/devfiles/next/che-pycharm/2021.3-next.yaml b/devfiles/next/che-pycharm/2021.3-next.yaml new file mode 100644 index 00000000..8f359e15 --- /dev/null +++ b/devfiles/next/che-pycharm/2021.3-next.yaml @@ -0,0 +1,69 @@ +schemaVersion: 2.1.0 +metadata: + name: PyCharm Community Edition +commands: + - id: init-container-command + apply: + component: che-pycharm-injector +events: + preStart: + - init-container-command +components: + - name: che-pycharm-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-pycharm-injector + app.kubernetes.io/part-of: che-pycharm.eclipse.org + - name: projector-volume + volume: { } + - name: projector-configuration + volume: { } + - name: projector-java-configuration + volume: { } + - name: che-pycharm-injector + container: + image: 'quay.io/che-incubator/che-pycharm:2021.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 diff --git a/devfiles/next/che-pycharm/2022.1-next.yaml b/devfiles/next/che-pycharm/2022.1-next.yaml new file mode 100644 index 00000000..d85cc789 --- /dev/null +++ b/devfiles/next/che-pycharm/2022.1-next.yaml @@ -0,0 +1,69 @@ +schemaVersion: 2.1.0 +metadata: + name: PyCharm Community Edition +commands: + - id: init-container-command + apply: + component: che-pycharm-injector +events: + preStart: + - init-container-command +components: + - name: che-pycharm-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-pycharm-injector + app.kubernetes.io/part-of: che-pycharm.eclipse.org + - name: projector-volume + volume: { } + - name: projector-configuration + volume: { } + - name: projector-java-configuration + volume: { } + - name: che-pycharm-injector + container: + image: 'quay.io/che-incubator/che-pycharm:2022.1-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 diff --git a/devfiles/released/che-idea/2020.3.1.yaml b/devfiles/released/che-idea/2020.3.yaml similarity index 93% rename from devfiles/released/che-idea/2020.3.1.yaml rename to devfiles/released/che-idea/2020.3.yaml index 3e8436eb..dffd8740 100644 --- a/devfiles/released/che-idea/2020.3.1.yaml +++ b/devfiles/released/che-idea/2020.3.yaml @@ -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: @@ -53,7 +53,7 @@ components: volume: { } - name: che-idea-injector container: - image: 'quay.io/che-incubator/che-idea:2020.3.1' + image: 'quay.io/che-incubator/che-idea:2020.3' command: ["/projector/entrypoint-init-container.sh"] env: - name: PROJECTOR_VOLUME_MOUNT diff --git a/devfiles/released/che-idea/2020.3.2.yaml b/devfiles/released/che-idea/2021.1.yaml similarity index 93% rename from devfiles/released/che-idea/2020.3.2.yaml rename to devfiles/released/che-idea/2021.1.yaml index 6f687688..029969cf 100644 --- a/devfiles/released/che-idea/2020.3.2.yaml +++ b/devfiles/released/che-idea/2021.1.yaml @@ -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: @@ -53,7 +53,7 @@ components: volume: { } - name: che-idea-injector container: - image: 'quay.io/che-incubator/che-idea:2020.3.2' + image: 'quay.io/che-incubator/che-idea:2021.1' command: ["/projector/entrypoint-init-container.sh"] env: - name: PROJECTOR_VOLUME_MOUNT diff --git a/devfiles/released/che-idea/2020.3.3.yaml b/devfiles/released/che-idea/2021.2.yaml similarity index 93% rename from devfiles/released/che-idea/2020.3.3.yaml rename to devfiles/released/che-idea/2021.2.yaml index 72dee466..400dfef6 100644 --- a/devfiles/released/che-idea/2020.3.3.yaml +++ b/devfiles/released/che-idea/2021.2.yaml @@ -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: @@ -53,7 +53,7 @@ components: volume: { } - name: che-idea-injector container: - image: 'quay.io/che-incubator/che-idea:2020.3.3' + image: 'quay.io/che-incubator/che-idea:2021.2' command: ["/projector/entrypoint-init-container.sh"] env: - name: PROJECTOR_VOLUME_MOUNT diff --git a/devfiles/released/che-idea/2020.3.4.yaml b/devfiles/released/che-idea/2021.3.yaml similarity index 93% rename from devfiles/released/che-idea/2020.3.4.yaml rename to devfiles/released/che-idea/2021.3.yaml index e53a70c6..28e21e57 100644 --- a/devfiles/released/che-idea/2020.3.4.yaml +++ b/devfiles/released/che-idea/2021.3.yaml @@ -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: @@ -53,7 +53,7 @@ components: volume: { } - name: che-idea-injector container: - image: 'quay.io/che-incubator/che-idea:2020.3.4' + image: 'quay.io/che-incubator/che-idea:2021.3' command: ["/projector/entrypoint-init-container.sh"] env: - name: PROJECTOR_VOLUME_MOUNT diff --git a/devfiles/released/che-idea/2022.1.yaml b/devfiles/released/che-idea/2022.1.yaml new file mode 100644 index 00000000..1870413f --- /dev/null +++ b/devfiles/released/che-idea/2022.1.yaml @@ -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:2022.1' + 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 diff --git a/devfiles/released/che-pycharm/2020.3.5.yaml b/devfiles/released/che-pycharm/2020.3.5.yaml deleted file mode 100644 index 9bd65b44..00000000 --- a/devfiles/released/che-pycharm/2020.3.5.yaml +++ /dev/null @@ -1,69 +0,0 @@ -schemaVersion: 2.1.0 -metadata: - name: PyCharm Community Edition -commands: - - id: init-container-command - apply: - component: che-pycharm-injector -events: - preStart: - - init-container-command -components: - - name: che-pycharm-runtime-description - container: - image: 'quay.io/devfile/universal-developer-image:ubi8-0e189d9' - 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-pycharm-injector - app.kubernetes.io/part-of: che-pycharm.eclipse.org - - name: projector-volume - volume: { } - - name: projector-configuration - volume: { } - - name: projector-java-configuration - volume: { } - - name: che-pycharm-injector - container: - image: 'quay.io/che-incubator/che-pycharm:2020.3.5' - 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 diff --git a/devfiles/released/che-pycharm/2020.3.yaml b/devfiles/released/che-pycharm/2020.3.yaml index a220421a..7e143d57 100644 --- a/devfiles/released/che-pycharm/2020.3.yaml +++ b/devfiles/released/che-pycharm/2020.3.yaml @@ -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: diff --git a/devfiles/released/che-pycharm/2020.3.1.yaml b/devfiles/released/che-pycharm/2021.1.yaml similarity index 93% rename from devfiles/released/che-pycharm/2020.3.1.yaml rename to devfiles/released/che-pycharm/2021.1.yaml index ff0b15a0..5693d2e2 100644 --- a/devfiles/released/che-pycharm/2020.3.1.yaml +++ b/devfiles/released/che-pycharm/2021.1.yaml @@ -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: @@ -53,7 +53,7 @@ components: volume: { } - name: che-pycharm-injector container: - image: 'quay.io/che-incubator/che-pycharm:2020.3.1' + image: 'quay.io/che-incubator/che-pycharm:2021.1' command: ["/projector/entrypoint-init-container.sh"] env: - name: PROJECTOR_VOLUME_MOUNT diff --git a/devfiles/released/che-pycharm/2020.3.2.yaml b/devfiles/released/che-pycharm/2021.2.yaml similarity index 93% rename from devfiles/released/che-pycharm/2020.3.2.yaml rename to devfiles/released/che-pycharm/2021.2.yaml index 95fa6ad1..70465c89 100644 --- a/devfiles/released/che-pycharm/2020.3.2.yaml +++ b/devfiles/released/che-pycharm/2021.2.yaml @@ -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: @@ -53,7 +53,7 @@ components: volume: { } - name: che-pycharm-injector container: - image: 'quay.io/che-incubator/che-pycharm:2020.3.2' + image: 'quay.io/che-incubator/che-pycharm:2021.2' command: ["/projector/entrypoint-init-container.sh"] env: - name: PROJECTOR_VOLUME_MOUNT diff --git a/devfiles/released/che-pycharm/2020.3.3.yaml b/devfiles/released/che-pycharm/2021.3.yaml similarity index 93% rename from devfiles/released/che-pycharm/2020.3.3.yaml rename to devfiles/released/che-pycharm/2021.3.yaml index e994b38a..581462a4 100644 --- a/devfiles/released/che-pycharm/2020.3.3.yaml +++ b/devfiles/released/che-pycharm/2021.3.yaml @@ -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: @@ -53,7 +53,7 @@ components: volume: { } - name: che-pycharm-injector container: - image: 'quay.io/che-incubator/che-pycharm:2020.3.3' + image: 'quay.io/che-incubator/che-pycharm:2021.3' command: ["/projector/entrypoint-init-container.sh"] env: - name: PROJECTOR_VOLUME_MOUNT diff --git a/devfiles/released/che-pycharm/2020.3.4.yaml b/devfiles/released/che-pycharm/2022.1.yaml similarity index 93% rename from devfiles/released/che-pycharm/2020.3.4.yaml rename to devfiles/released/che-pycharm/2022.1.yaml index ba551947..7e9bbacb 100644 --- a/devfiles/released/che-pycharm/2020.3.4.yaml +++ b/devfiles/released/che-pycharm/2022.1.yaml @@ -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: @@ -53,7 +53,7 @@ components: volume: { } - name: che-pycharm-injector container: - image: 'quay.io/che-incubator/che-pycharm:2020.3.4' + image: 'quay.io/che-incubator/che-pycharm:2022.1' command: ["/projector/entrypoint-init-container.sh"] env: - name: PROJECTOR_VOLUME_MOUNT