2024-03-19 12:37:21 -05:00
|
|
|
---
|
2024-09-04 13:35:14 -05:00
|
|
|
# yaml-language-server: $schema=https://json.schemastore.org/helmfile
|
2024-04-21 05:46:54 -05:00
|
|
|
helmDefaults:
|
|
|
|
wait: true
|
|
|
|
waitForJobs: true
|
|
|
|
timeout: 600
|
|
|
|
recreatePods: true
|
|
|
|
force: true
|
|
|
|
|
2024-03-19 12:37:21 -05:00
|
|
|
repositories:
|
|
|
|
- name: cilium
|
|
|
|
url: https://helm.cilium.io
|
2024-09-04 13:35:14 -05:00
|
|
|
- name: coredns
|
|
|
|
url: https://coredns.github.io/helm
|
2024-05-06 14:01:09 -05:00
|
|
|
- name: postfinance
|
|
|
|
url: https://postfinance.github.io/kubelet-csr-approver
|
2024-03-19 12:37:21 -05:00
|
|
|
|
|
|
|
releases:
|
2024-08-17 11:13:39 -05:00
|
|
|
- name: prometheus-operator-crds
|
|
|
|
namespace: observability
|
|
|
|
chart: oci://ghcr.io/prometheus-community/charts/prometheus-operator-crds
|
2024-10-03 05:31:59 -05:00
|
|
|
version: 15.0.0
|
2024-03-19 12:37:21 -05:00
|
|
|
- name: cilium
|
|
|
|
namespace: kube-system
|
|
|
|
chart: cilium/cilium
|
2024-10-15 04:33:02 -05:00
|
|
|
version: 1.16.3
|
2024-09-04 13:35:14 -05:00
|
|
|
values:
|
|
|
|
- ../apps/kube-system/cilium/app/helm-values.yml
|
|
|
|
needs:
|
|
|
|
- observability/prometheus-operator-crds
|
|
|
|
- name: coredns
|
|
|
|
namespace: kube-system
|
|
|
|
chart: coredns/coredns
|
2024-10-09 06:02:53 -05:00
|
|
|
version: 1.36.0
|
2024-09-04 13:35:14 -05:00
|
|
|
values:
|
|
|
|
- ../apps/kube-system/coredns/app/helm-values.yml
|
|
|
|
needs:
|
|
|
|
- observability/prometheus-operator-crds
|
|
|
|
- kube-system/cilium
|
2024-05-06 14:01:09 -05:00
|
|
|
- name: kubelet-csr-approver
|
2024-04-21 05:56:38 -05:00
|
|
|
namespace: kube-system
|
2024-05-06 14:01:09 -05:00
|
|
|
chart: postfinance/kubelet-csr-approver
|
2024-10-15 06:38:17 -05:00
|
|
|
version: 1.2.3
|
2024-09-04 13:35:14 -05:00
|
|
|
values:
|
|
|
|
- ../apps/kube-system/kubelet-csr-approver/app/helm-values.yml
|
|
|
|
needs:
|
|
|
|
- observability/prometheus-operator-crds
|
|
|
|
- kube-system/cilium
|
|
|
|
- kube-system/coredns
|
|
|
|
- name: spegel
|
|
|
|
namespace: kube-system
|
|
|
|
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
|
2024-10-14 10:02:56 -05:00
|
|
|
version: v0.0.27
|
2024-09-04 13:35:14 -05:00
|
|
|
values:
|
|
|
|
- ../apps/kube-system/spegel/app/helm-values.yml
|
|
|
|
needs:
|
|
|
|
- observability/prometheus-operator-crds
|
|
|
|
- kube-system/cilium
|
|
|
|
- kube-system/coredns
|
|
|
|
- kube-system/kubelet-csr-approver
|