File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ spec:
223223 - name : gpu-operator-validator-image
224224 image : ghcr.io/nvidia/gpu-operator:main-latest
225225 - name : k8s-driver-manager-image
226- image : nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:b689dfb7806ae51b0072620b47c26114f05477e8ad9725892ee10366e5d93d8d
226+ image : nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:a6c12abacc9c4f51d3653c90fcad32f19799069889338601407eba05fea4ba18
227227 - name : vfio-manager-image
228228 image : nvcr.io/nvidia/cuda@sha256:d19fe621624c4eb6ac931b8558daa3ecc0c3f07f1e2a52e0267e083d22dceade
229229 - name : sandbox-device-plugin-image
@@ -935,7 +935,7 @@ spec:
935935 - name : " DRIVER_IMAGE-535"
936936 value : " nvcr.io/nvidia/driver@sha256:35359117c5cdf786694d2fdba2ba038e7f673c5d0243c9ed4dc6cdaf6e675e4a"
937937 - name : " DRIVER_MANAGER_IMAGE"
938- value : " nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:b689dfb7806ae51b0072620b47c26114f05477e8ad9725892ee10366e5d93d8d "
938+ value : " nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:a6c12abacc9c4f51d3653c90fcad32f19799069889338601407eba05fea4ba18 "
939939 - name : " MIG_MANAGER_IMAGE"
940940 value : " nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:3191cc0684e92d655e72fe9faf3da95fe6b8a6c2eb4ad396f75ba9b98c021aaf"
941941 - name : " CUDA_BASE_IMAGE"
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ driver:
193193 image : k8s-driver-manager
194194 # When choosing a different version of k8s-driver-manager, DO NOT downgrade to a version lower than v0.6.4
195195 # to ensure k8s-driver-manager stays compatible with gpu-operator starting from v24.3.0
196- version : v0.8.1
196+ version : v0.9.0
197197 imagePullPolicy : IfNotPresent
198198 env : []
199199 env : []
@@ -432,7 +432,7 @@ vgpuManager:
432432 image : k8s-driver-manager
433433 # When choosing a different version of k8s-driver-manager, DO NOT downgrade to a version lower than v0.6.4
434434 # to ensure k8s-driver-manager stays compatible with gpu-operator starting from v24.3.0
435- version : v0.8.1
435+ version : v0.9.0
436436 imagePullPolicy : IfNotPresent
437437 env : []
438438
@@ -462,7 +462,7 @@ vfioManager:
462462 image : k8s-driver-manager
463463 # When choosing a different version of k8s-driver-manager, DO NOT downgrade to a version lower than v0.6.4
464464 # to ensure k8s-driver-manager stays compatible with gpu-operator starting from v24.3.0
465- version : v0.8.1
465+ version : v0.9.0
466466 imagePullPolicy : IfNotPresent
467467 env : []
468468
You can’t perform that action at this time.
0 commit comments