This repository was archived by the owner on Nov 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
codewind-che-sidecar/src/deploy-pfe/pkg/constants Expand file tree Collapse file tree 4 files changed +13
-13
lines changed 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.11.0 "
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.11.0 "
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 11# ###############################################################################
2- # Copyright (c) 2019 IBM Corporation and others.
2+ # Copyright (c) 2020 IBM Corporation and others.
33# All rights reserved. This program and the accompanying materials
44# are made available under the terms of the Eclipse Public License v2.0
55# which accompanies this distribution, and is available at
@@ -20,10 +20,10 @@ components:
2020 memoryLimit : 1024Mi
2121 - alias : codewind-sidecar
2222 type : chePlugin
23- reference : https://raw.githubusercontent.com/eclipse/codewind-che-plugin/master /plugins/codewind/codewind-sidecar/0.8 .0/meta.yaml
23+ reference : https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0 /plugins/codewind/codewind-sidecar/0.11 .0/meta.yaml
2424 - alias : codewind-theia
2525 type : chePlugin
26- reference : https://raw.githubusercontent.com/eclipse/codewind-che-plugin/master /plugins/codewind/codewind-theia/0.8 .0/meta.yaml
26+ reference : https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0 /plugins/codewind/codewind-theia/0.11 .0/meta.yaml
2727 - alias : node-plugin
2828 type : chePlugin
2929 id : che-incubator/typescript/latest
Original file line number Diff line number Diff line change 11# ###############################################################################
2- # Copyright (c) 2019 IBM Corporation and others.
2+ # Copyright (c) 2020 IBM Corporation and others.
33# All rights reserved. This program and the accompanying materials
44# are made available under the terms of the Eclipse Public License v2.0
55# which accompanies this distribution, and is available at
1010# ###############################################################################
1111
1212apiVersion : v2
13- version : 0.8 .0
13+ version : 0.11 .0
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 : " 2019-01-09 "
23+ latestUpdateDate : " 2020-04-06 "
2424spec :
2525 containers :
2626 - name : codewind-che-sidecar
27- image : eclipse/codewind-che-sidecar:0.8 .0
27+ image : eclipse/codewind-che-sidecar:0.11 .0
2828 volumes :
2929 - mountPath : " /projects"
3030 name : projects
Original file line number Diff line number Diff line change 11# ###############################################################################
2- # Copyright (c) 2019 IBM Corporation and others.
2+ # Copyright (c) 2020 IBM Corporation and others.
33# All rights reserved. This program and the accompanying materials
44# are made available under the terms of the Eclipse Public License v2.0
55# which accompanies this distribution, and is available at
1212apiVersion : v2
1313publisher : eclipse
1414name : codewind-theia
15- version : 0.8 .0
15+ version : 0.11 .0
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 : " 2019-01-09 "
24+ latestUpdateDate : " 2020-04-06 "
2525spec :
2626 extensions :
27- - http://download.eclipse.org/codewind/codewind-vscode/0.8 .0/latest/codewind-theia .vsix
27+ - http://download.eclipse.org/codewind/codewind-vscode/0.11 .0/latest/codewind-che .vsix
You can’t perform that action at this time.
0 commit comments