From b5d114bbffab551ba293693901cac44d7170f118 Mon Sep 17 00:00:00 2001 From: John Collier Date: Wed, 12 Aug 2020 14:07:09 -0400 Subject: [PATCH] Use Che 7.16.1 in docs Signed-off-by: John Collier --- docs/_documentations/che-installinfo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_documentations/che-installinfo.md b/docs/_documentations/che-installinfo.md index e731f390..0a640696 100644 --- a/docs/_documentations/che-installinfo.md +++ b/docs/_documentations/che-installinfo.md @@ -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:** @@ -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= --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= --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