From 0fa62fb645124ef45fb61d05cb881434dc5e7457 Mon Sep 17 00:00:00 2001 From: Stephen Via Date: Thu, 30 Apr 2026 19:53:26 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20upgrade=20gpu=20operator=20v25.3.4=20?= =?UTF-8?q?=E2=86=92=20v25.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump all GPU Operator component versions to resolve critical CVEs in v25.3.4 images. Pure version bump — no image name changes, no regional-values changes, no behavioral change. - operator: v25.3.4 → v25.10.1 - toolkit: v1.17.9-ubi8 → v1.18.1 - devicePlugin: v0.17.4 → v0.18.1 - gfd: v0.17.4 → v0.18.1 - migManager: v0.12.3-ubuntu20.04 → v0.13.1 - validator: v25.3.4 → v25.10.1 - toolkit.enabled left absent (defaults true) — safe for upgrades --- .../HyperPodHelmChart/charts/gpu-operator/Chart.yaml | 2 +- .../charts/gpu-operator/values.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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: