Skip to content

Commit 09efdfe

Browse files
authored
Merge pull request #1073 from NVIDIA/bump-mig-mgr
bump mig-manager to v0.10.0
2 parents e967ca1 + 6225b72 commit 09efdfe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ spec:
219219
- name: gpu-feature-discovery-image
220220
image: nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534
221221
- name: mig-manager-image
222-
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:781fb47e264d9e0fbc8da5bd046e5e678316c866bc36ddd4b56d4eb0de682d5b
222+
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:40830d3561c14743f484d45b498141f9e86b1308e16fae3978110783927264ab
223223
- name: init-container-image
224224
image: nvcr.io/nvidia/cuda@sha256:748a2c5178e5c5811b66183bd0ce87d9fdccf992c0ad9b1a5076841e45533190
225225
- name: gpu-operator-validator-image
@@ -876,7 +876,7 @@ spec:
876876
- name: "DRIVER_MANAGER_IMAGE"
877877
value: "nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:b072c5793be65eee556eaff1b9cbbd115a1ef29982be95b2959adfcb4bc72382"
878878
- name: "MIG_MANAGER_IMAGE"
879-
value: "nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:781fb47e264d9e0fbc8da5bd046e5e678316c866bc36ddd4b56d4eb0de682d5b"
879+
value: "nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:40830d3561c14743f484d45b498141f9e86b1308e16fae3978110783927264ab"
880880
- name: "CUDA_BASE_IMAGE"
881881
value: "nvcr.io/nvidia/cuda@sha256:748a2c5178e5c5811b66183bd0ce87d9fdccf992c0ad9b1a5076841e45533190"
882882
- name: "VFIO_MANAGER_IMAGE"

deployments/gpu-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ migManager:
370370
enabled: true
371371
repository: nvcr.io/nvidia/cloud-native
372372
image: k8s-mig-manager
373-
version: v0.8.0-ubuntu20.04
373+
version: v0.10.0-ubuntu20.04
374374
imagePullPolicy: IfNotPresent
375375
imagePullSecrets: []
376376
env:

0 commit comments

Comments
 (0)