-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChart.yaml
52 lines (46 loc) · 1.82 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
apiVersion: v2
name: incore
icon: https://incore.ncsa.illinois.edu/public/resilience-logo.png
home: https://incore.ncsa.illinois.edu/
description: Run your scientific analyses that model the impact of natural hazards on a community and the resilience of those communities.
type: application
# 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: 1.32.1
# 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: 5.5.1
# List of people that maintain this helm chart.
maintainers:
- name: Rob Kooper
email: [email protected]
- name: Yong Wook Kim
email: [email protected]
# location of source code
sources:
- https://github.com/IN-CORE
# dependencies for the helm chart, use helm dep install to the install them.
dependencies:
- name: keycloak
version: ~21
repository: https://charts.bitnami.com/bitnami
- name: postgresql
version: ~15
repository: https://charts.bitnami.com/bitnami
- name: mongodb
version: ~9
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
- name: datawolf
version: ~1
repository: https://opensource.ncsa.illinois.edu/charts
# annotations for artifact.io
annotations:
artifacthub.io/links: |
- name: Helm Chart
url: https://github.com/IN-CORE/incore-helm
artifacthub.io/changes: |
- Add more allowed method to cors
- Add IN-CORE Studio deployment
- Add IN-CORE Studio ConfigMap for dependency graph.