-
-
Notifications
You must be signed in to change notification settings - Fork 274
/
helmfile.yaml.j2
55 lines (48 loc) · 1.33 KB
/
helmfile.yaml.j2
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
53
54
55
---
# yaml-language-server: $schema=https://json.schemastore.org/helmfile
helmDefaults:
wait: true
waitForJobs: true
timeout: 600
recreatePods: true
force: true
repositories:
- name: cilium
url: https://helm.cilium.io
- name: coredns
url: https://coredns.github.io/helm
releases:
- name: prometheus-operator-crds
namespace: observability
chart: oci://ghcr.io/prometheus-community/charts/prometheus-operator-crds
version: 17.0.2
- name: cilium
namespace: kube-system
chart: cilium/cilium
version: 1.16.5
values:
- ../apps/kube-system/cilium/app/helm-values.yaml
- commonLabels:
helm.toolkit.fluxcd.io/name: cilium
helm.toolkit.fluxcd.io/namespace: kube-system
needs:
- observability/prometheus-operator-crds
- name: coredns
namespace: kube-system
chart: coredns/coredns
version: 1.37.0
values:
- ../apps/kube-system/coredns/app/helm-values.yaml
- customLabels:
helm.toolkit.fluxcd.io/name: coredns
helm.toolkit.fluxcd.io/namespace: kube-system
needs:
- kube-system/cilium
- name: spegel
namespace: kube-system
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
version: v0.0.28
values:
- ../apps/kube-system/spegel/app/helm-values.yaml
needs:
- kube-system/cilium