@@ -91,7 +91,7 @@ Clone the [Che repository](https://github.com/eclipse/che).
91913 . Run the following command:
9292 ```
9393 helm upgrade --install che --namespace <ns> \
94- --set cheImage=eclipse/che-server:7.0.0-RC-2.0 \
94+ --set cheImage=eclipse/che-server:7.0.0 \
9595 --set global.ingressDomain=<cluster proxy ip>.nip.io \
9696 --set global.cheWorkspaceClusterRole=eclipse-codewind \
9797 --set global.cheWorkspacesNamespace=<ns> \
@@ -124,8 +124,8 @@ Skip this step if you are using the devfiles that Codewind provides by default.
1241242. Make your modifications as you see fit.
1251253. The `devfile.yaml` and `meta.yaml` files need to be hosted in a location that Che can access, such as Github.
1261264. In `devfile.yaml`, modify the `codewind-sidecar` and `codewind-theia` components so that their ID formats match.
127- For example, `https://raw.githubusercontent.com/eclipse/codewind-che-plugin/master/plugins/codewind/codewind-sidecar/0.2 .0/meta.yaml
128- ` and `https://raw.githubusercontent.com/eclipse/codewind-che-plugin/master/plugins/codewind/codewind-theia/0.2 .0/meta.yaml
127+ For example, `https://raw.githubusercontent.com/eclipse/codewind-che-plugin/master/plugins/codewind/codewind-sidecar/0.3 .0/meta.yaml
128+ ` and `https://raw.githubusercontent.com/eclipse/codewind-che-plugin/master/plugins/codewind/codewind-theia/0.3 .0/meta.yaml
129129` host the `meta.yaml` files.
130130
131131## Creating the Codewind workspace
@@ -139,9 +139,9 @@ The general format for creating a Che workspace via a factory is:
139139http://<che ingress domain >/f?url=<hosted devfile URL >
140140```
141141
142- We provide a ready to use devfile with some sample projects and the Codewind plugins. To create a workspace from it :
142+ We provide a ready-to- use devfile with the Codewind plug-ins. Enter the following URL to create a workspace from the devfile :
143143```
144- http://<che ingress domain >/f?url=https://raw.githubusercontent.com/eclipse/codewind-che-plugin/master/devfiles/0.2 .0/devfile.yaml
144+ http://<che ingress domain >/f?url=https://raw.githubusercontent.com/eclipse/codewind-che-plugin/master/devfiles/0.3 .0/devfile.yaml
145145```
146146
147147For other sample devfiles, see https://github.com/kabanero-io/codewind-templates/tree/master/devfiles
0 commit comments