-
Notifications
You must be signed in to change notification settings - Fork 0
/
helmfile.yaml
52 lines (51 loc) · 1.19 KB
/
helmfile.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
repositories:
# minio
- name: minio
url: git+https://github.com/minio/operator@helm?ref=master
# dagster
- name: dagster
url: https://dagster-io.github.io/helm
# cert manager
- name: jetstack
url: https://charts.jetstack.io
# redpanda
- name: redpanda
url: https://charts.redpanda.com
# observability
- name: grafana
url: https://grafana.github.io/helm-charts
releases:
# minio
- name: minio-operator
namespace: minio-operator
createNamespace: true
chart: minio/operator
# TODO:
# - figure out why the tenant doesn't work???
# - name: minio-tenant
# namespace: minio-tenant
# createNamespace: true
# chart: minio/tenant
# dagster
- name: dagster
namespace: dagster
createNamespace: true
chart: dagster/dagster
# cert manager
- name: cert-manager
namespace: cert-manager
createNamespace: true
chart: jetstack/cert-manager
set:
- name: installCRDs
value: true
# redpanda
- name: redpanda-operator
namespace: redpanda
createNamespace: true
chart: redpanda/operator
# observability
- name: grafana
namespace: observability
createNamespace: true
chart: grafana/grafana