Skip to content

Commit

Permalink
Merge branch 'cherry-picks-23.6.1' into 'release-23.6'
Browse files Browse the repository at this point in the history
Cherry-picks for 23.6.1 release

See merge request nvidia/kubernetes/gpu-operator!771
  • Loading branch information
cdesiniotis committed Aug 30, 2023
2 parents 678b61e + 36014e7 commit dd2fe9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= v23.6.0
VERSION ?= v23.6.1

CUDA_VERSION ?= 12.2.0
GOLANG_VERSION ?= 1.20.1
Expand Down

0 comments on commit dd2fe9c

Please sign in to comment.