forked from projectcaluma/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chart.yaml
36 lines (31 loc) · 1.13 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
apiVersion: v2
name: caluma
description: A collaborative form editing service
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: 0.11.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.
# It is recommended to use it with quotes.
appVersion: "9.3.1"
keywords:
- caluma
home: https://caluma.io/
icon: https://avatars0.githubusercontent.com/u/42172011?s=200&v=4
sources:
- https://github.com/projectcaluma/caluma
maintainers:
- name: Caluma
email: [email protected]
dependencies:
- name: postgresql
version: ~11.9.13
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: minio
version: 5.0.8
repository: https://charts.min.io
condition: minio.enabled