che-operator/helmcharts/next
Nick Boldt 21da2fc695
fix: CRW-2818 switch to new flavour... (#1344)
* fix: CRW-2818 switch to new flavour devspaces (no more codeready flavour)

Change-Id: I5fd0ef785d55ca2cc0653c7afb696798c2f7935b
Signed-off-by: nickboldt <nboldt@redhat.com>

* run 'make update-resources -s'

Change-Id: Ibe0bab0d3c803564feb161896f28a23bf378b444
Signed-off-by: nickboldt <nboldt@redhat.com>

* fixup

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

Co-authored-by: Anatolii Bazko <abazko@redhat.com>
2022-03-17 09:46:57 -03:00
..
crds fix: CRW-2818 switch to new flavour... (#1344) 2022-03-17 09:46:57 -03:00
templates fix: Fix default postgreSQL credentials secret name (#1343) 2022-03-16 16:36:21 +02:00
Chart.yaml feat: Add stable helm chart and gh action to release it. (#1203) 2021-12-01 17:25:34 +02:00
README.md Remove namespace templates. Fix README.md. (#1219) 2021-12-04 11:02:10 +02:00
values.yaml feat: Add stable helm chart and gh action to release it. (#1203) 2021-12-01 17:25:34 +02:00

README.md

Eclipse Che Helm Charts

Charts

Helm charts to deploy Eclipse Che

Prerequisites

  • Minimal Kubernetes version is 1.19
  • Minimal Helm version is 3.2.2

Installation

Install the Helm Charts for Eclipse Che Operator.

kubectl create namespace eclipse-che

DOMAIN=<KUBERNETES_CLUSTER_DOMAIN>

# Install charts
helm install che --set k8s.ingressDomain=$DOMAIN .