che-operator/helmcharts/next
Nick Boldt 8dc7d82ba6
chore: CRW-5336 bump up to Traefik 2.9.10 (last 2.9.z that builds with golang 1.20) (#1793)
* chore: CRW-5336 bump up to Traefik 2.9.10 (last 2.9.z that builds with golang 1.20)

Change-Id: I56806f25fb8e62dc3e6ece4ca4f458a7418f53cf
Signed-off-by: nickboldt <nickboldt@gmail.com>

* run: make update-dev-resources

Change-Id: I7bb922bb57ed2602fcf4fd0f6ab912f025011eb7
Signed-off-by: nickboldt <nickboldt@gmail.com>

* Update resources

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

---------

Signed-off-by: nickboldt <nickboldt@gmail.com>
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
Co-authored-by: Anatolii Bazko <abazko@redhat.com>
2023-12-06 10:39:46 -04:00
..
crds feat: Advanced authorization (#1789) 2023-12-04 17:09:27 +01:00
templates chore: CRW-5336 bump up to Traefik 2.9.10 (last 2.9.z that builds with golang 1.20) (#1793) 2023-12-06 10:39:46 -04:00
Chart.yaml chore: Update dev resources (#1774) 2023-11-02 15:16:31 +01:00
README.md feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
values.yaml chore: Update dev resources (#1774) 2023-11-02 15:16:31 +01:00

README.md

Eclipse Che Helm Charts

Charts

Helm charts to deploy Eclipse Che

Prerequisites

Installation

Install the Helm Charts for Eclipse Che Operator

helm install che \
  --create-namespace \ 
  --namespace eclipse-che \
  --set networking.domain=<KUBERNETES_INGRESS_DOMAIN> \
  --set networking.auth.oAuthSecret=<OAUTH_SECRET> \
  --set networking.auth.oAuthClientName=<OAUTH_CLIENT_NAME> \
  --set networking.auth.identityProviderURL=<IDENTITY_PROVIDER_URL> .