-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChart.yaml
58 lines (51 loc) · 1.98 KB
/
Chart.yaml
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
48
49
50
51
52
53
54
55
56
57
58
apiVersion: v2
type: application
# Information about clowder.
name: clowder
icon: https://isda.ncsa.illinois.edu/~kooper/charts/images/clowder.png
home: https://clowderframework.org/
description: >
Open Source Data Management for Long Tail Data. Clowder is a customizable and
scalable data management framework to support any data format and multiple
research domains.
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.18.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.22.1
# List of people that maintain this helm chart.
maintainers:
- name: Rob Kooper
email: [email protected]
# location of source code
sources:
- https://github.com/clowder-framework/clowder
# Dependencies for clowder. Some of the dependencies are only installed if they
# are enabled.
dependencies:
- name: mongodb
version: ~7.2
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: mongodb.enabled
- name: minio
version: ~3.4
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: minio.enabled
- name: rabbitmq
version: ~7.6
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: rabbitmq.enabled
- name: elasticsearch2
alias: elasticsearch
version: ~0.2
repository: https://opensource.ncsa.illinois.edu/charts/
condition: elasticsearch.enabled
annotations:
artifacthub.io/links: |
- name: Helm Chart
url: https://github.com/clowder-framework/clowder-helm
artifacthub.io/changes: |
- "clowder release 1.22.1"