This repository was archived by the owner on Nov 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
codewind-che-sidecar/src/deploy-pfe/pkg/constants Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ const (
1616 PerformanceImage = "eclipse/codewind-performance-amd64"
1717
1818 // PFEImageTag is the image tag associated with the docker image that's used for Codewind-PFE
19- PFEImageTag = "latest "
19+ PFEImageTag = "0.14.1 "
2020
2121 // PFEVolumeSize is the size of the volume to use for PFE
2222 PFEVolumeSize = "5Gi"
2323
2424 // PerformanceTag is the image tag associated with the docker image that's used for the Performance dashboard
25- PerformanceTag = "latest "
25+ PerformanceTag = "0.14.1 "
2626
2727 // ImagePullPolicy is the pull policy used for all containers in Codewind, defaults to Always
2828 ImagePullPolicy = corev1 .PullAlways
Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ metadata:
1616components :
1717 - alias : theia-ide
1818 type : cheEditor
19- id : eclipse/che-theia/latest
19+ reference : https://raw.githubusercontent.com/ eclipse/che-plugin-registry/7.16.x/v3/plugins/eclipse/che- theia/7.15.2/meta.yaml
2020 memoryLimit : 1024Mi
2121 env :
2222 - name : INSECURE_KEYRING
2323 value : " true"
2424 - alias : codewind-sidecar
2525 type : chePlugin
26- reference : https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0 /plugins/codewind/codewind-sidecar/0.11.0 /meta.yaml
26+ reference : https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.14.1 /plugins/codewind/codewind-sidecar/0.14.1 /meta.yaml
2727 - alias : codewind-theia
2828 type : chePlugin
29- reference : https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0 /plugins/codewind/codewind-theia/0.11.0 /meta.yaml
29+ reference : https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.14.1 /plugins/codewind/codewind-theia/0.14.1 /meta.yaml
3030 - alias : node-plugin
3131 type : chePlugin
3232 id : che-incubator/typescript/latest
Original file line number Diff line number Diff line change 1+ # ###############################################################################
2+ # Copyright (c) 2020 IBM Corporation and others.
3+ # All rights reserved. This program and the accompanying materials
4+ # are made available under the terms of the Eclipse Public License v2.0
5+ # which accompanies this distribution, and is available at
6+ # http://www.eclipse.org/legal/epl-v20.html
7+ #
8+ # Contributors:
9+ # IBM Corporation - initial API and implementation
10+ # ###############################################################################
11+
12+ ---
13+ apiVersion : 1.0.0
14+ metadata :
15+ generateName : codewind-che
16+ components :
17+ - alias : theia-ide
18+ type : cheEditor
19+ reference : https://raw.githubusercontent.com/eclipse/che-plugin-registry/7.16.x/v3/plugins/eclipse/che-theia/7.15.2/meta.yaml
20+ memoryLimit : 1024Mi
21+ env :
22+ - name : INSECURE_KEYRING
23+ value : " true"
24+ - alias : codewind-sidecar
25+ type : chePlugin
26+ reference : https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.14.1/plugins/codewind/codewind-sidecar/0.14.1/meta.yaml
27+ - alias : codewind-theia
28+ type : chePlugin
29+ reference : https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.14.1/plugins/codewind/codewind-theia/0.14.1/meta.yaml
Original file line number Diff line number Diff line change 1010# ###############################################################################
1111
1212apiVersion : v2
13- version : 0.11.0
13+ version : 0.14.1
1414type : Che Plugin
1515name : codewind-sidecar
1616title : Codewind Che Sidecar
@@ -20,11 +20,11 @@ publisher: eclipse
2020repository : https://github.com/eclipse/codewind-che-plugin
2121category : Other
2222firstPublicationDate : " 2019-05-30"
23- latestUpdateDate : " 2020-04-06 "
23+ latestUpdateDate : " 2020-07-28 "
2424spec :
2525 containers :
2626 - name : codewind-che-sidecar
27- image : eclipse/codewind-che-sidecar:0.11.0
27+ image : eclipse/codewind-che-sidecar:0.14.1
2828 volumes :
2929 - mountPath : " /projects"
3030 name : projects
Original file line number Diff line number Diff line change 1212apiVersion : v2
1313publisher : eclipse
1414name : codewind-theia
15- version : 0.11.0
15+ version : 0.14.1
1616type : VS Code extension
1717displayName : Codewind VS Code Extension
1818title : Codewind Extension for VS Code
@@ -21,7 +21,7 @@ icon: https://raw.githubusercontent.com/eclipse/codewind-vscode/master/dev/res/i
2121repository : http://github.com/eclipse/codewind-vscode/
2222category : Other
2323firstPublicationDate : " 2019-05-30"
24- latestUpdateDate : " 2020-04-06 "
24+ latestUpdateDate : " 2020-07-28 "
2525spec :
2626 extensions :
27- - http://download .eclipse.org/codewind/codewind-vscode/0.11.0 /latest/codewind-che.vsix
27+ - http://archive .eclipse.org/codewind/codewind-vscode/0.14.1 /latest/codewind-che.vsix
You can’t perform that action at this time.
0 commit comments