Skip to content

Commit

Permalink
Merge branch 'cpick-upg-kdm-cb' into 'release-23.9'
Browse files Browse the repository at this point in the history
(cherrypick) upgrade k8s-driver-manager and cuda-base-image versions

See merge request nvidia/kubernetes/gpu-operator!978
  • Loading branch information
tariq1890 committed Dec 7, 2023
2 parents a26cc9d + d672912 commit 3d67a3e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,13 @@ spec:
- name: mig-manager-image
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:d7be3873992d23e15f2995d94be20b8f24c70d02fd0d50ad3839fec81559ed4b
- name: init-container-image
image: nvcr.io/nvidia/cuda@sha256:2e6ef1722d56a3390d037fe0770a0b8b9d8851e44ad870d650ed8b602df599dd
image: nvcr.io/nvidia/cuda@sha256:16d5a1fccf47486d56486c45f140eab52a8500399909895808a6bbdc7dd5459e
- name: gpu-operator-validator-image
image: nvcr.io/nvidia/cloud-native/gpu-operator-validator@sha256:c3fc8ab2d39d970e3d1a1b0ef16b06792d23cc87be68ed4927c7384ddd1f43cb
- name: k8s-driver-manager-image
image: nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:a360ed5b1335436ef61cd601fa776e6d03f15f76aeaa8d88bd1506edd93843dc
image: nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:27c44f4720a4abf780217bd5e7903e4a008ebdbcf71238c4f106a0c22654776c
- name: vfio-manager-image
image: nvcr.io/nvidia/cuda@sha256:2e6ef1722d56a3390d037fe0770a0b8b9d8851e44ad870d650ed8b602df599dd
image: nvcr.io/nvidia/cuda@sha256:16d5a1fccf47486d56486c45f140eab52a8500399909895808a6bbdc7dd5459e
- name: sandbox-device-plugin-image
image: nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:387021553dfb16aab633228d42f63f04fa932b4f46add07527f296dfe97e5148
- name: vgpu-device-manager-image
Expand Down Expand Up @@ -912,13 +912,13 @@ spec:
- name: "DRIVER_IMAGE-470"
value: "nvcr.io/nvidia/driver@sha256:060c1005b09e4e3ba587c21104c22c5c2dceab690356e2097c5671233ad72a61"
- name: "DRIVER_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:a360ed5b1335436ef61cd601fa776e6d03f15f76aeaa8d88bd1506edd93843dc"
value: "nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:27c44f4720a4abf780217bd5e7903e4a008ebdbcf71238c4f106a0c22654776c"
- name: "MIG_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:d7be3873992d23e15f2995d94be20b8f24c70d02fd0d50ad3839fec81559ed4b"
- name: "CUDA_BASE_IMAGE"
value: "nvcr.io/nvidia/cuda@sha256:2e6ef1722d56a3390d037fe0770a0b8b9d8851e44ad870d650ed8b602df599dd"
value: "nvcr.io/nvidia/cuda@sha256:16d5a1fccf47486d56486c45f140eab52a8500399909895808a6bbdc7dd5459e"
- name: "VFIO_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cuda@sha256:2e6ef1722d56a3390d037fe0770a0b8b9d8851e44ad870d650ed8b602df599dd"
value: "nvcr.io/nvidia/cuda@sha256:16d5a1fccf47486d56486c45f140eab52a8500399909895808a6bbdc7dd5459e"
- name: "SANDBOX_DEVICE_PLUGIN_IMAGE"
value: "nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:387021553dfb16aab633228d42f63f04fa932b4f46add07527f296dfe97e5148"
- name: "VGPU_DEVICE_MANAGER_IMAGE"
Expand Down
6 changes: 3 additions & 3 deletions deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ operator:
initContainer:
image: cuda
repository: nvcr.io/nvidia
version: 12.3.0-base-ubi8
version: 12.3.1-base-ubi8
imagePullPolicy: IfNotPresent
tolerations:
- key: "node-role.kubernetes.io/master"
Expand Down Expand Up @@ -183,7 +183,7 @@ driver:
manager:
image: k8s-driver-manager
repository: nvcr.io/nvidia/cloud-native
version: v0.6.4
version: v0.6.5
imagePullPolicy: IfNotPresent
env:
- name: ENABLE_GPU_POD_EVICTION
Expand Down Expand Up @@ -407,7 +407,7 @@ vfioManager:
enabled: true
repository: nvcr.io/nvidia
image: cuda
version: 12.3.0-base-ubi8
version: 12.3.1-base-ubi8
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env: []
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= v23.9.1

CUDA_VERSION ?= 12.3.0
CUDA_VERSION ?= 12.3.1
GOLANG_VERSION ?= 1.21.1

GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always 2> /dev/null || echo "")

0 comments on commit 3d67a3e

Please sign in to comment.