2024-03-19 12:37:21 -05:00
|
|
|
---
|
|
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/helmfile.json
|
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-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:
|
|
|
|
- name: cilium
|
|
|
|
namespace: kube-system
|
|
|
|
chart: cilium/cilium
|
2024-07-11 14:31:56 -05:00
|
|
|
version: 1.15.7
|
2024-07-08 15:18:44 -05:00
|
|
|
values: ["../apps/kube-system/cilium/app/resources/values.yml"]
|
2024-03-19 12:37:21 -05:00
|
|
|
wait: true
|
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-06-19 04:32:13 -05:00
|
|
|
version: 1.2.2
|
2024-07-08 15:18:44 -05:00
|
|
|
values: ["../apps/kube-system/kubelet-csr-approver/app/helm-values.yaml"]
|
2024-05-06 14:01:09 -05:00
|
|
|
needs: ["cilium"]
|
2024-03-19 12:37:21 -05:00
|
|
|
- name: spegel
|
|
|
|
namespace: kube-system
|
2024-04-21 04:48:18 -05:00
|
|
|
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
|
2024-06-09 21:12:59 -05:00
|
|
|
version: v0.0.23
|
2024-07-08 15:18:44 -05:00
|
|
|
values: ["../apps/kube-system/spegel/app/resources/values.yml"]
|
2024-05-06 14:01:09 -05:00
|
|
|
wait: true
|