forked from PecanProject/pecan-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chart.yaml
53 lines (46 loc) · 1.85 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
apiVersion: v2
type: application
# Information about chart.
name: pecan
icon: https://isda.ncsa.illinois.edu/~kooper/charts/images/pecan.png
home: https://www.pecanproject.org
description: >
PEcAn is not itself an ecosystem model, and it can be used to with a
variety of different ecosystem models; integrating a model involves
writing a wrapper to convert inputs and outputs to and from the
standards used by PEcAn. Currently, PEcAn supports multiple models.
# 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.6.2
# 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.7.2"
# List of people that maintain this helm chart.
maintainers:
- name: Rob Kooper
email: [email protected]
# location of source code
sources:
- https://github.com/pecanproject/bety
# Dependencies for chart. Some of the dependencies are only installed if they
# are enabled.
dependencies:
- name: rabbitmq
version: ~6
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: rabbitmq.enabled
- name: betydb
version: ~0.5
repository: https://opensource.ncsa.illinois.edu/charts/
condition: betydb.enabled
annotations:
artifacthub.io/links: |
- name: Helm Chart
url: https://github.com/pecanproject/pecan-helm
artifacthub.io/license: BSD-3-Clause
artifacthub.io/changes: |
- Update BETY chart
- Update checks image
- Load data is now job, not hook, this prevents chart from taking long time to install