theshire/kubernetes/bootstrap/helmfile.yaml
Joseph Hanson d9ff973a55
moving to the shire
Expanding from 1 node to 6 + 2 VMs with GPUs
2024-09-04 13:35:14 -05:00

60 lines
1.6 KiB
YAML

---
# 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
- name: postfinance
url: https://postfinance.github.io/kubelet-csr-approver
releases:
- name: prometheus-operator-crds
namespace: observability
chart: oci://ghcr.io/prometheus-community/charts/prometheus-operator-crds
version: 14.0.0
- name: cilium
namespace: kube-system
chart: cilium/cilium
version: 1.16.1
values:
- ../apps/kube-system/cilium/app/helm-values.yml
needs:
- observability/prometheus-operator-crds
- name: coredns
namespace: kube-system
chart: coredns/coredns
version: 1.32.0
values:
- ../apps/kube-system/coredns/app/helm-values.yml
needs:
- observability/prometheus-operator-crds
- kube-system/cilium
- 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.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
version: v0.0.23
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