Add nvdp to helmfile.
This commit is contained in:
parent
dc6ebed94d
commit
9cea107fd8
1 changed files with 9 additions and 1 deletions
|
@ -10,6 +10,8 @@ helmDefaults:
|
||||||
repositories:
|
repositories:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
url: https://helm.cilium.io
|
url: https://helm.cilium.io
|
||||||
|
- name: nvdp
|
||||||
|
url: https://nvidia.github.io/k8s-device-plugin
|
||||||
|
|
||||||
releases:
|
releases:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
|
@ -18,6 +20,12 @@ releases:
|
||||||
version: 1.15.4
|
version: 1.15.4
|
||||||
values: ["../../../apps/kube-system/cilium/app/resources/values.yml"]
|
values: ["../../../apps/kube-system/cilium/app/resources/values.yml"]
|
||||||
wait: true
|
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
|
- name: spegel
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
|
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
|
||||||
|
|
Loading…
Reference in a new issue