34 lines
No EOL
975 B
YAML
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.15.0
|
|
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 |