Skip to content

Commit

Permalink
Merge branch 'bump-driver-r535' into 'master'
Browse files Browse the repository at this point in the history
Bump driver version to 535.104.05

See merge request nvidia/kubernetes/gpu-operator!769
  • Loading branch information
cdesiniotis committed Aug 29, 2023
2 parents bd58f70 + b63e415 commit 4d2f5b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ spec:
- name: container-toolkit-image
image: nvcr.io/nvidia/k8s/container-toolkit@sha256:60086c33226bbe7f04b611c20d308fed5825226f8a0a5635bc58d8ed55cc08a5
- name: driver-image
image: nvcr.io/nvidia/driver@sha256:038da03b6e2b1a1138b17d1765370b09aaa5032fc9274a4ffe641ddc78ded29f
image: nvcr.io/nvidia/driver@sha256:3382e254056f28831767bc6729bc2594353a5ff2a28fe9f2d94396c597bb23d8
- name: driver-image-525
image: nvcr.io/nvidia/driver@sha256:bbdc4415fe2e71eeea1b8a6e50ee562e11704dabb46db1db4aea807102886a35
- name: driver-image-470
Expand Down Expand Up @@ -807,7 +807,7 @@ spec:
- name: "DEVICE_PLUGIN_IMAGE"
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:f1617c3fe54fd9f6d4a00358e5da1a9fa9e8963a4ef6b3ed06f47d4971ddff4b"
- name: "DRIVER_IMAGE"
value: "nvcr.io/nvidia/driver@sha256:038da03b6e2b1a1138b17d1765370b09aaa5032fc9274a4ffe641ddc78ded29f"
value: "nvcr.io/nvidia/driver@sha256:3382e254056f28831767bc6729bc2594353a5ff2a28fe9f2d94396c597bb23d8"
- name: "DRIVER_IMAGE-525"
value: "nvcr.io/nvidia/driver@sha256:bbdc4415fe2e71eeea1b8a6e50ee562e11704dabb46db1db4aea807102886a35"
- name: "DRIVER_IMAGE-470"
Expand Down
2 changes: 1 addition & 1 deletion deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ driver:
usePrecompiled: false
repository: nvcr.io/nvidia
image: driver
version: "535.86.10"
version: "535.104.05"
imagePullPolicy: IfNotPresent
imagePullSecrets: []
startupProbe:
Expand Down

0 comments on commit 4d2f5b7

Please sign in to comment.