theshire/kubernetes/bootstrap/talos/apps/helmfile.yaml

34 lines
975 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
2024-04-21 05:56:38 -05:00
- name: nvdp
url: https://nvidia.github.io/k8s-device-plugin
2024-03-19 12:37:21 -05:00
releases:
- name: cilium
namespace: kube-system
chart: cilium/cilium
2024-04-11 20:01:02 -05:00
version: 1.15.4
values: ["../../../apps/kube-system/cilium/app/resources/values.yml"]
2024-03-19 12:37:21 -05:00
wait: true
2024-04-21 05:56:38 -05:00
- name: nvidia-device-plugin
namespace: kube-system
chart: nvdp/nvidia-device-plugin
version: 0.14.5
2024-04-21 05:56:38 -05:00
values: ["../../../apps/kube-system/nvidia-device-plugin/app/resources/values.yml"]
wait: true
2024-03-19 12:37:21 -05:00
- name: spegel
namespace: kube-system
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
2024-04-21 04:49:43 -05:00
version: v0.0.21
values: ["../../../apps/kube-system/spegel/app/resources/values.yml"]
2024-04-21 05:56:38 -05:00
wait: true