diff --git a/helm_chart/HyperPodHelmChart/charts/gpu-operator/Chart.yaml b/helm_chart/HyperPodHelmChart/charts/gpu-operator/Chart.yaml index d58a5de3..dbda7b6e 100644 --- a/helm_chart/HyperPodHelmChart/charts/gpu-operator/Chart.yaml +++ b/helm_chart/HyperPodHelmChart/charts/gpu-operator/Chart.yaml @@ -25,6 +25,6 @@ appVersion: "1.16.0" dependencies: - name: gpu-operator - version: "v25.3.4" + version: "v25.10.1" repository: "https://helm.ngc.nvidia.com/nvidia" condition: gpu-operator.enabled diff --git a/helm_chart/HyperPodHelmChart/charts/gpu-operator/values.yaml b/helm_chart/HyperPodHelmChart/charts/gpu-operator/values.yaml index 0b977e7f..1d47e01b 100644 --- a/helm_chart/HyperPodHelmChart/charts/gpu-operator/values.yaml +++ b/helm_chart/HyperPodHelmChart/charts/gpu-operator/values.yaml @@ -2,7 +2,7 @@ gpu-operator: enabled: true operator: image: "mirror-gpu-operator" - version: "v25.3.4" + version: "v25.10.1" tolerations: - operator: "Exists" initContainer: @@ -15,21 +15,21 @@ gpu-operator: enabled: false toolkit: image: "container-toolkit" - version: "v1.17.9-ubi8" + version: "v1.18.1" devicePlugin: enabled: true image: "mirror-k8s-device-plugin" - version: "v0.17.4" + version: "v0.18.1" dcgm: enabled: false dcgmExporter: enabled: false gfd: image: "mirror-k8s-device-plugin" - version: "v0.17.4" + version: "v0.18.1" migManager: image: "k8s-mig-manager" - version: "v0.12.3-ubuntu20.04" + version: "v0.13.1" config: create: true name: "default-mig-config" @@ -38,7 +38,7 @@ gpu-operator: value: "true" validator: image: "gpu-operator-validator" - version: "v25.3.4" + version: "v25.10.1" vgpuDeviceManager: enabled: false vfioManager: