This repository was archived by the owner on Nov 28, 2022. It is now read-only.
File tree 1 file changed +2
-2
lines changed
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.
69
69
Eclipse Che on OpenShift makes use of the Openshift router's existing certificates.
70
70
Run the following ` chectl ` command to install the latest compatible version of Che on OpenShift:
71
71
```
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
73
73
```
74
74
75
75
** Installing on Kubernetes:**
@@ -93,7 +93,7 @@ Set up Eclipse Che with TLS certificates.
93
93
5 . In the ` codewind-checluster.yaml ` file, set ` tlsSecretName: 'che-tls' `
94
94
6 . Run the following command to install Che:
95
95
```
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
97
97
```
98
98
99
99
#### Installing Codewind onto an existing Eclipse Che cluster
You can’t perform that action at this time.
0 commit comments