Skip to content

Commit

Permalink
Merge pull request #1218 from NVIDIA/cpick-bump-nv-trds
Browse files Browse the repository at this point in the history
bump the TRD versions to 550.144.03 and 535.230.02
  • Loading branch information
tariq1890 authored Jan 21, 2025
2 parents 65c864c + 7996270 commit 8ba861d
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:78e00fc8aa72f5f4925d54b4f9fbb725ca2168e890d90eadd6a497b7f31ccc18",
"version": "sha256:6fe74322562c726c8fade184d8c45ebae3da7b1ea0a21f0ff9dc42c66c65e692",
"nodeSelector": {},
"manager": {},
"repoConfig": {
Expand Down Expand Up @@ -209,9 +209,9 @@ spec:
- name: container-toolkit-image
image: nvcr.io/nvidia/k8s/container-toolkit@sha256:9668652f52eb47e3c6791da9c4293839a21e925ecee37161bda90f3b61bae290
- name: driver-image
image: nvcr.io/nvidia/driver@sha256:78e00fc8aa72f5f4925d54b4f9fbb725ca2168e890d90eadd6a497b7f31ccc18
image: nvcr.io/nvidia/driver@sha256:6fe74322562c726c8fade184d8c45ebae3da7b1ea0a21f0ff9dc42c66c65e692
- name: driver-image-535
image: nvcr.io/nvidia/driver@sha256:a64d182b9d8f024ee747710475867f938386f130db8e61227e6955343e815258
image: nvcr.io/nvidia/driver@sha256:026f8f2d29b7058ecaaa5b98666e28e1b3646b73e7d7cda3dc8026d47a929152
- name: driver-image-560
image: nvcr.io/nvidia/driver@sha256:38b66a8d44cab9e2c62da9e101f32cd9dbcb5e02d8e57b47671284d374ca3695
- name: driver-image-565
Expand Down Expand Up @@ -870,9 +870,9 @@ spec:
- name: "DEVICE_PLUGIN_IMAGE"
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:7089559ce6153018806857f5049085bae15b3bf6f1c8bd19d8b12f707d087dea"
- name: "DRIVER_IMAGE"
value: "nvcr.io/nvidia/driver@sha256:78e00fc8aa72f5f4925d54b4f9fbb725ca2168e890d90eadd6a497b7f31ccc18"
value: "nvcr.io/nvidia/driver@sha256:6fe74322562c726c8fade184d8c45ebae3da7b1ea0a21f0ff9dc42c66c65e692"
- name: "DRIVER_IMAGE-535"
value: "nvcr.io/nvidia/driver@sha256:a64d182b9d8f024ee747710475867f938386f130db8e61227e6955343e815258"
value: "nvcr.io/nvidia/driver@sha256:026f8f2d29b7058ecaaa5b98666e28e1b3646b73e7d7cda3dc8026d47a929152"
- name: "DRIVER_IMAGE-560"
value: "nvcr.io/nvidia/driver@sha256:38b66a8d44cab9e2c62da9e101f32cd9dbcb5e02d8e57b47671284d374ca3695"
- name: "DRIVER_IMAGE-565"
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.127.08"
version: "550.144.03"
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.127.08"
version: "550.144.03"
imagePullPolicy: IfNotPresent
imagePullSecrets: []
startupProbe:
Expand Down

0 comments on commit 8ba861d

Please sign in to comment.