Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 31a87aa

Browse files
authored
Merge pull request #101 from johnmcollier/Che7GA
Use 0.3.0 and Che 7 GA in the docs
2 parents 446f2cc + 3b0a0d9 commit 31a87aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/_documentations/installoncloud.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Clone the [Che repository](https://github.com/eclipse/che).
9191
3. 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.
124124
2. Make your modifications as you see fit.
125125
3. The `devfile.yaml` and `meta.yaml` files need to be hosted in a location that Che can access, such as Github.
126126
4. 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:
139139
http://<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
147147
For other sample devfiles, see https://github.com/kabanero-io/codewind-templates/tree/master/devfiles

0 commit comments

Comments
 (0)