Skip to content

Commit ebb7ee3

Browse files
mkjpryorgithub-actions[bot]
authored andcommitted
Update nvidia-gpu-operator addon to v25.10.0
1 parent 5ed87f2 commit ebb7ee3

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

charts/cluster-addons/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ nvidiaGPUOperator:
348348
chart:
349349
repo: https://helm.ngc.nvidia.com/nvidia
350350
name: gpu-operator
351-
version: v25.3.4
351+
version: v25.10.0
352352
release:
353353
namespace: gpu-operator
354354
values:

charts/openstack-cluster/tests/__snapshot__/snapshot_base_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ templated manifests should match snapshot:
386386
chart:
387387
name: gpu-operator
388388
repo: https://helm.ngc.nvidia.com/nvidia
389-
version: v25.3.4
389+
version: v25.10.0
390390
clusterName: RELEASE-NAME
391391
releaseName: nvidia-gpu-operator
392392
targetNamespace: gpu-operator

charts/openstack-cluster/tests/__snapshot__/snapshot_full_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ templated manifests should match snapshot:
14841484
chart:
14851485
name: gpu-operator
14861486
repo: https://helm.ngc.nvidia.com/nvidia
1487-
version: v25.3.4
1487+
version: v25.10.0
14881488
clusterName: RELEASE-NAME
14891489
releaseName: nvidia-gpu-operator
14901490
targetNamespace: gpu-operator
Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
nvcr.io:
22
images:
33
nvidia/cloud-native/dcgm:
4-
- 4.3.1-1-ubuntu22.04
5-
nvidia/cloud-native/gpu-operator-validator:
6-
- v25.3.4
4+
- 4.4.1-2-ubuntu22.04
75
nvidia/cloud-native/k8s-cc-manager:
86
- v0.1.1
97
nvidia/cloud-native/k8s-driver-manager:
10-
- v0.8.1
8+
- v0.9.0
119
nvidia/cloud-native/k8s-kata-manager:
1210
- v0.2.3
1311
nvidia/cloud-native/k8s-mig-manager:
14-
- v0.12.3-ubuntu20.04
12+
- v0.13.0
1513
nvidia/cloud-native/vgpu-device-manager:
16-
- v0.4.0
14+
- v0.4.1
1715
nvidia/cuda:
1816
- 13.0.1-base-ubi9
1917
nvidia/gpu-operator:
20-
- v25.3.4
18+
- v25.10.0
2119
nvidia/k8s-device-plugin:
22-
- v0.17.4
20+
- v0.18.0
2321
nvidia/k8s/container-toolkit:
24-
- v1.17.8-ubuntu20.04
22+
- v1.18.0
2523
nvidia/k8s/dcgm-exporter:
26-
- 4.3.1-4.4.0-ubuntu22.04
24+
- 4.4.1-4.6.0-distroless
2725
nvidia/kubevirt-gpu-device-plugin:
2826
- v1.4.0

0 commit comments

Comments
 (0)