Skip to content

Commit

Permalink
Merge pull request #1058 from NVIDIA/bump-R550-R535
Browse files Browse the repository at this point in the history
bump R550 and R535 drivers to 550.127.05 and 535.216.01
  • Loading branch information
tariq1890 authored Oct 23, 2024
2 parents 22c7647 + 00b29a7 commit d2240b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ metadata:
"driverType": "gpu",
"repository": "nvcr.io/nvidia",
"image": "driver",
"version": "sha256:514209d2d574afd2ee0c7c96eeb95260ad9bc071f376435f45110af65da1a5bf",
"version": "sha256:8a9a9e9470f64d340a7f3106a03e9622fa98e25368fbfb7ce9c416ad98f6d951",
"nodeSelector": {},
"manager": {},
"repoConfig": {
Expand Down Expand Up @@ -209,9 +209,9 @@ spec:
- name: container-toolkit-image
image: nvcr.io/nvidia/k8s/container-toolkit@sha256:7bcc188703f2fac630f7a4ff8960e6733ac3a29adf6a946533b796d9a27b8acf
- name: driver-image
image: nvcr.io/nvidia/driver@sha256:514209d2d574afd2ee0c7c96eeb95260ad9bc071f376435f45110af65da1a5bf
image: nvcr.io/nvidia/driver@sha256:8a9a9e9470f64d340a7f3106a03e9622fa98e25368fbfb7ce9c416ad98f6d951
- name: driver-image-535
image: nvcr.io/nvidia/driver@sha256:a6d12fb5753f267dda25dfd38910f972bc632c006a24107fa50e20bba3642d7c
image: nvcr.io/nvidia/driver@sha256:6b75c7534efa6ec480e8eeea625949cd74330aad287239e1abf160622c4814f3
- name: driver-image-560
image: nvcr.io/nvidia/driver@sha256:38b66a8d44cab9e2c62da9e101f32cd9dbcb5e02d8e57b47671284d374ca3695
- name: device-plugin-image
Expand Down Expand Up @@ -868,9 +868,9 @@ spec:
- name: "DEVICE_PLUGIN_IMAGE"
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534"
- name: "DRIVER_IMAGE"
value: "nvcr.io/nvidia/driver@sha256:514209d2d574afd2ee0c7c96eeb95260ad9bc071f376435f45110af65da1a5bf"
value: "nvcr.io/nvidia/driver@sha256:8a9a9e9470f64d340a7f3106a03e9622fa98e25368fbfb7ce9c416ad98f6d951"
- name: "DRIVER_IMAGE-535"
value: "nvcr.io/nvidia/driver@sha256:a6d12fb5753f267dda25dfd38910f972bc632c006a24107fa50e20bba3642d7c"
value: "nvcr.io/nvidia/driver@sha256:6b75c7534efa6ec480e8eeea625949cd74330aad287239e1abf160622c4814f3"
- name: "DRIVER_IMAGE-560"
value: "nvcr.io/nvidia/driver@sha256:38b66a8d44cab9e2c62da9e101f32cd9dbcb5e02d8e57b47671284d374ca3695"
- name: "DRIVER_MANAGER_IMAGE"
Expand Down
2 changes: 1 addition & 1 deletion config/samples/nvidia_v1alpha1_nvidiadriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
driverType: gpu
repository: nvcr.io/nvidia
image: driver
version: "550.90.12"
version: "550.127.05"
imagePullPolicy: IfNotPresent
imagePullSecrets: []
nodeSelector: {}
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 @@ -143,7 +143,7 @@ driver:
usePrecompiled: false
repository: nvcr.io/nvidia
image: driver
version: "550.90.12"
version: "550.127.05"
imagePullPolicy: IfNotPresent
imagePullSecrets: []
startupProbe:
Expand Down

0 comments on commit d2240b1

Please sign in to comment.