theshire/kubernetes/bootstrap/talos/apps/helmfile.yaml
Joseph Hanson 88f2c765f7 revert nvdp v0.15.0 --> v0.14.5
revert Merge pull request 'Update Helm release nvidia-device-plugin to v0.15.0' (#221) from renovate/nvidia-device-plugin-0.x into main

Reviewed-on: jahanson/homelab#221
2024-04-22 11:28:31 +00:00

34 lines
No EOL
975 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: nvdp
url: https://nvidia.github.io/k8s-device-plugin
releases:
- name: cilium
namespace: kube-system
chart: cilium/cilium
version: 1.15.4
values: ["../../../apps/kube-system/cilium/app/resources/values.yml"]
wait: true
- name: nvidia-device-plugin
namespace: kube-system
chart: nvdp/nvidia-device-plugin
version: 0.14.5
values: ["../../../apps/kube-system/nvidia-device-plugin/app/resources/values.yml"]
wait: true
- name: spegel
namespace: kube-system
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
version: v0.0.21
values: ["../../../apps/kube-system/spegel/app/resources/values.yml"]
wait: true