Skip to content

Commit c9ad0d6

Browse files
tariq1890github-actions[bot]
authored andcommitted
add support for gpu driver 595.58.03
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com> (cherry picked from commit 80300ee) (cherry picked from commit 5445ea4)
1 parent b8fc4d8 commit c9ad0d6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@ spec:
211211
image: nvcr.io/nvidia/cloud-native/dcgm:4.5.2-1-ubi9@sha256:d7558fa75ed7b703665cbc6ba6360ef4e53ecdefe65c1881c165d2ac816c674a
212212
- name: container-toolkit-image
213213
image: nvcr.io/nvidia/k8s/container-toolkit:v1.19.0@sha256:62204e9fc0f817e6e3fd8edc18d0322feda3728cdf89270d20a8d01d7ef0edb5
214-
- name: driver-image
214+
- name: driver-image-595
215+
image: nvcr.io/nvidia/driver@sha256:3d7ae961d7bce5e193885aa99e91ba87421bccc3d187cd9997083faf021208be
216+
- name: driver-image-580
215217
image: nvcr.io/nvidia/driver@sha256:f8e3dc9111c5a7a0cfac73e87d03c0b7b3d1e11f3b61654cca5461847660aa2c
216-
- name: driver-image-570
217-
image: nvcr.io/nvidia/driver@sha256:38d55e5d1de9a774da98754166d2ae0b114d308f1fc151fdd6b184f4f7fa2db7
218218
- name: driver-image-535
219219
image: nvcr.io/nvidia/driver@sha256:659d9315957ffa2a3f2a003716f066f6a1b3c06ae5557192148ed410dc1b9a6e
220220
- name: device-plugin-image

config/samples/nvidia_v1alpha1_nvidiadriver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
driverType: gpu
99
repository: nvcr.io/nvidia
1010
image: driver
11-
version: "580.126.20"
11+
version: "595.58.03"
1212
imagePullPolicy: IfNotPresent
1313
imagePullSecrets: []
1414
nodeSelector: {}

deployments/gpu-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ driver:
131131
usePrecompiled: false
132132
repository: nvcr.io/nvidia
133133
image: driver
134-
version: "580.126.20"
134+
version: "595.58.03"
135135
imagePullPolicy: IfNotPresent
136136
imagePullSecrets: []
137137
startupProbe:

0 commit comments

Comments
 (0)