-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelmfile.yaml
43 lines (36 loc) · 915 Bytes
/
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
repositories:
- name: ory
url: https://k8s.ory.sh/helm/charts
- name: bitnami
url: https://charts.bitnami.com/bitnami
environments:
# The "default" environment is available and used when `helmfile` is run without `--environment NAME`.
default:
values:
- env/default.yaml
releases:
- name: postgres
chart: bitnami/postgresql
version: 10.3.11
values:
- values/postgres.yaml.gotmpl
- name: keto
chart: ory/keto
version: 0.21.7
values:
- values/keto.yaml.gotmpl
- name: kratos
chart: ory/kratos
version: 0.21.7
values:
- values/kratos.yaml.gotmpl
- name: kratos-selfservice-ui-node
chart: ory/kratos-selfservice-ui-node
version: 0.21.7
values:
- values/kratos-selfservice-ui-node.yaml.gotmpl
- name: oathkeeper
chart: ory/oathkeeper
version: 0.21.7
values:
- values/oathkeeper.yaml.gotmpl