theshire/kubernetes/bootstrap/helmfile.yaml

34 lines
982 B
YAML

---
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/helmfile.json
helmDefaults:
wait: true
waitForJobs: true
timeout: 600
recreatePods: true
force: true
repositories:
- name: cilium
url: https://helm.cilium.io
- name: postfinance
url: https://postfinance.github.io/kubelet-csr-approver
releases:
- name: cilium
namespace: kube-system
chart: cilium/cilium
version: 1.16.0
values: ["../apps/kube-system/cilium/app/resources/values.yml"]
wait: true
- name: kubelet-csr-approver
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"]
- name: spegel
namespace: kube-system
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
version: v0.0.23
values: ["../apps/kube-system/spegel/app/resources/values.yml"]
wait: true