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

Use Che 7.16.1 in docs #704

Merged
merged 1 commit into from
Aug 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/_documentations/che-installinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The fastest way to install Eclipse Che for Codewind is to use the `chectl` CLI.
Eclipse Che on OpenShift makes use of the Openshift router's existing certificates.
Run the following `chectl` command to install the latest compatible version of Che on OpenShift:
```
$ chectl server:start --platform=openshift --installer=operator --che-operator-cr-yaml=codewind-checluster.yaml --che-operator-image=quay.io/eclipse/che-operator:7.12.2
$ chectl server:start --platform=openshift --installer=operator --che-operator-cr-yaml=codewind-checluster.yaml --che-operator-image=quay.io/eclipse/che-operator:7.16.1
```

**Installing on Kubernetes:**
Expand All @@ -93,7 +93,7 @@ Set up Eclipse Che with TLS certificates.
5. In the `codewind-checluster.yaml` file, set `tlsSecretName: 'che-tls'`
6. Run the following command to install Che:
```
$ chectl server:start --platform=k8s --installer=operator --domain=<ingress-domain> --che-operator-cr-yaml=codewind-checluster.yaml --che-operator-image=quay.io/eclipse/che-operator:7.12.2
$ chectl server:start --platform=k8s --installer=operator --domain=<ingress-domain> --che-operator-cr-yaml=codewind-checluster.yaml --che-operator-image=quay.io/eclipse/che-operator:7.16.1
```

#### Installing Codewind onto an existing Eclipse Che cluster
Expand Down