-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathChart.yaml
More file actions
31 lines (28 loc) · 785 Bytes
/
Chart.yaml
File metadata and controls
31 lines (28 loc) · 785 Bytes
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
apiVersion: v2
name: sequin
description: Helm chart for Sequin with PostgreSQL and Redis
version: 0.2.0
type: application
maintainers:
- name: Carter Pedersen
email: carter.e.pedersen@gmail.com
url: https://github.com/RTLS
- name: Alexey Zhokhov
email: alexey@zhokhov.com
url: https://github.com/donbeave
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.x.x
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
sources:
- https://github.com/sequinstream/helm-chart-sequin