This repository was archived by the owner on Nov 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ The fastest way to install Eclipse Che for Codewind is to use the `chectl` CLI.
6969Eclipse Che on OpenShift makes use of the Openshift router's existing certificates.
7070Run 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.
93935 . In the ` codewind-checluster.yaml ` file, set ` tlsSecretName: 'che-tls' `
94946 . 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
You can’t perform that action at this time.
0 commit comments