theshire/kubernetes/bootstrap/helmfile.yaml

35 lines
982 B
YAML
Raw Normal View History

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
- 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
values: ["../apps/kube-system/cilium/app/resources/values.yml"]
2024-03-19 12:37:21 -05:00
wait: true
- name: kubelet-csr-approver
2024-04-21 05:56:38 -05:00
namespace: kube-system
chart: postfinance/kubelet-csr-approver
version: 1.2.2
values: ["../apps/kube-system/kubelet-csr-approver/app/helm-values.yaml"]
needs: ["cilium"]
2024-03-19 12:37:21 -05:00
- name: spegel
namespace: kube-system
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
2024-06-09 21:12:59 -05:00
version: v0.0.23
values: ["../apps/kube-system/spegel/app/resources/values.yml"]
wait: true