Skip to content

Commit 15df08d

Browse files
committed
bump cuda base image in helm chart and OLM bundle
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
1 parent 3c3bf4a commit 15df08d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,13 @@ spec:
223223
- name: mig-manager-image
224224
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:40830d3561c14743f484d45b498141f9e86b1308e16fae3978110783927264ab
225225
- name: init-container-image
226-
image: nvcr.io/nvidia/cuda@sha256:748a2c5178e5c5811b66183bd0ce87d9fdccf992c0ad9b1a5076841e45533190
226+
image: nvcr.io/nvidia/cuda@sha256:b3b340847db9abd0c39703278f5638d3e65e1369e9a526a19b3138d5a6563527
227227
- name: gpu-operator-validator-image
228228
image: registry.gitlab.com/nvidia/kubernetes/gpu-operator/staging/gpu-operator-validator:main-latest
229229
- name: k8s-driver-manager-image
230230
image: nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:b072c5793be65eee556eaff1b9cbbd115a1ef29982be95b2959adfcb4bc72382
231231
- name: vfio-manager-image
232-
image: nvcr.io/nvidia/cuda@sha256:748a2c5178e5c5811b66183bd0ce87d9fdccf992c0ad9b1a5076841e45533190
232+
image: nvcr.io/nvidia/cuda@sha256:b3b340847db9abd0c39703278f5638d3e65e1369e9a526a19b3138d5a6563527
233233
- name: sandbox-device-plugin-image
234234
image: nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:4ffa1cd2a6497eb647a89ed259dcfb007554737b9d80f69bc173a2c3cd72a1da
235235
- name: vgpu-device-manager-image
@@ -882,9 +882,9 @@ spec:
882882
- name: "MIG_MANAGER_IMAGE"
883883
value: "nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:40830d3561c14743f484d45b498141f9e86b1308e16fae3978110783927264ab"
884884
- name: "CUDA_BASE_IMAGE"
885-
value: "nvcr.io/nvidia/cuda@sha256:748a2c5178e5c5811b66183bd0ce87d9fdccf992c0ad9b1a5076841e45533190"
885+
value: "nvcr.io/nvidia/cuda@sha256:b3b340847db9abd0c39703278f5638d3e65e1369e9a526a19b3138d5a6563527"
886886
- name: "VFIO_MANAGER_IMAGE"
887-
value: "nvcr.io/nvidia/cuda@sha256:748a2c5178e5c5811b66183bd0ce87d9fdccf992c0ad9b1a5076841e45533190"
887+
value: "nvcr.io/nvidia/cuda@sha256:b3b340847db9abd0c39703278f5638d3e65e1369e9a526a19b3138d5a6563527"
888888
- name: "SANDBOX_DEVICE_PLUGIN_IMAGE"
889889
value: "nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:4ffa1cd2a6497eb647a89ed259dcfb007554737b9d80f69bc173a2c3cd72a1da"
890890
- name: "VGPU_DEVICE_MANAGER_IMAGE"

deployments/gpu-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ operator:
8383
initContainer:
8484
image: cuda
8585
repository: nvcr.io/nvidia
86-
version: 12.6.2-base-ubi9
86+
version: 12.6.3-base-ubi9
8787
imagePullPolicy: IfNotPresent
8888
tolerations:
8989
- key: "node-role.kubernetes.io/master"
@@ -487,7 +487,7 @@ vfioManager:
487487
enabled: true
488488
repository: nvcr.io/nvidia
489489
image: cuda
490-
version: 12.6.2-base-ubi9
490+
version: 12.6.3-base-ubi9
491491
imagePullPolicy: IfNotPresent
492492
imagePullSecrets: []
493493
env: []

0 commit comments

Comments
 (0)