Skip to content

Commit 88a5c20

Browse files
author
Stephen Via
committed
feat: Upgrade GPU Operator v25.10.1 → v26.3.1
CVE remediation — Mirador findings against v25.10.1 base images resolved in v26.3.1. Pure version bump, toolkit stays enabled (parallel coexistence). - gpu-operator: v25.10.1 → v26.3.1 - device-plugin: v0.18.1 → v0.19.0 - container-toolkit: v1.18.1 → v1.19.0 - mig-manager: v0.13.1 → v0.14.0 - gfd: v0.18.1 → v0.19.0 - validator: v25.10.1 → v26.3.1 (consolidated into gpu-operator image) SIM: https://t.corp.amazon.com/V2203884559
1 parent 20eb538 commit 88a5c20

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

helm_chart/HyperPodHelmChart/charts/gpu-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ appVersion: "1.16.0"
2525

2626
dependencies:
2727
- name: gpu-operator
28-
version: "v25.10.1"
28+
version: "v26.3.1"
2929
repository: "https://helm.ngc.nvidia.com/nvidia"
3030
condition: gpu-operator.enabled

helm_chart/HyperPodHelmChart/charts/gpu-operator/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ gpu-operator:
22
enabled: true
33
operator:
44
image: "mirror-gpu-operator"
5-
version: "v25.10.1"
5+
version: "v26.3.1"
66
tolerations:
77
- operator: "Exists"
88
initContainer:
@@ -15,21 +15,21 @@ gpu-operator:
1515
enabled: false
1616
toolkit:
1717
image: "container-toolkit"
18-
version: "v1.18.1"
18+
version: "v1.19.0"
1919
devicePlugin:
2020
enabled: true
2121
image: "mirror-k8s-device-plugin"
22-
version: "v0.18.1"
22+
version: "v0.19.0"
2323
dcgm:
2424
enabled: false
2525
dcgmExporter:
2626
enabled: false
2727
gfd:
2828
image: "mirror-k8s-device-plugin"
29-
version: "v0.18.1"
29+
version: "v0.19.0"
3030
migManager:
3131
image: "k8s-mig-manager"
32-
version: "v0.13.1"
32+
version: "v0.14.0"
3333
config:
3434
create: true
3535
name: "default-mig-config"
@@ -38,7 +38,7 @@ gpu-operator:
3838
value: "true"
3939
validator:
4040
image: "gpu-operator-validator"
41-
version: "v25.10.1"
41+
version: "v26.3.1"
4242
vgpuDeviceManager:
4343
enabled: false
4444
vfioManager:

0 commit comments

Comments
 (0)