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

Commit e5dd818

Browse files
authored
Merge pull request #704 from johnmcollier/fixcheversion
Use Che 7.16.1 in docs
2 parents 9e554d5 + b5d114b commit e5dd818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_documentations/che-installinfo.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The fastest way to install Eclipse Che for Codewind is to use the `chectl` CLI.
6969
Eclipse Che on OpenShift makes use of the Openshift router's existing certificates.
7070
Run the following `chectl` command to install the latest compatible version of Che on OpenShift:
7171
```
72-
$ 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
72+
$ 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
7373
```
7474

7575
**Installing on Kubernetes:**
@@ -93,7 +93,7 @@ Set up Eclipse Che with TLS certificates.
9393
5. In the `codewind-checluster.yaml` file, set `tlsSecretName: 'che-tls'`
9494
6. Run the following command to install Che:
9595
```
96-
$ 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
96+
$ 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
9797
```
9898

9999
#### Installing Codewind onto an existing Eclipse Che cluster

0 commit comments

Comments
 (0)