-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathChart.yaml
More file actions
47 lines (46 loc) · 1.79 KB
/
Copy pathChart.yaml
File metadata and controls
47 lines (46 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# Copyright (c) 2019-2024 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation
#
apiVersion: v1
description: A Helm chart for deploying Eclipse Che on a Kubernetes
name: eclipse-che
version: 7.112.0
annotations:
artifacthub.io/license: EPL-2.0
artifacthub.io/links: |
- name: repository
url: https://github.com/eclipse-che/che-operator
- name: web-site
url: https://www.eclipse.org/che/
- name: docs
url: https://www.eclipse.org/che/docs
- name: support
url: https://github.com/eclipse/che
artifacthub.io/provider: Eclipse Foundation
artifacthub.io/maintainers: |
- name: Anatolii Bazko
email: abazko@redhat.com
- name: Oleksandr Andriienko
email: oandriie@redhat.com
artifacthub.io/operator: "true"
artifacthub.io/operatorCapabilities: Seamless Upgrades
artifacthub.io/crdsExamples: "- apiVersion: org.eclipse.che/v2\n kind: CheCluster\n\
\ metadata:\n name: eclipse-che\n namespace: eclipse-che\n spec:\n \
\ components:\n pluginRegistry:\n disableInternalRegistry: true\n\
\ devfileRegistry:\n disableInternalRegistry: true\n externalDevfileRegistries:\n\
\ - url: 'https://registry.devfile.io'\n devEnvironments: {}\n \
\ networking: {}\n containerRegistry: {}\n gitServices: {}\n"
artifacthub.io/crds: |-
- kind: CheCluster
version: v2
name: checlusters.org.eclipse.che
displayName: CheCluster
description: The `CheCluster` custom resource allows defining and managing a Che server installation