Skip to content

Commit

Permalink
Merge pull request #1255 from NVIDIA/mig-0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 authored Feb 5, 2025
2 parents 0ed7c97 + 42f9dfb commit 3115dab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ spec:
- name: gpu-feature-discovery-image
image: nvcr.io/nvidia/k8s-device-plugin@sha256:7089559ce6153018806857f5049085bae15b3bf6f1c8bd19d8b12f707d087dea
- name: mig-manager-image
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:40830d3561c14743f484d45b498141f9e86b1308e16fae3978110783927264ab
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:e61584b58eae02d8cd261e8f7272400ea3e324f197d9670a4176bd005e70b429
- name: init-container-image
image: nvcr.io/nvidia/cuda@sha256:b24e555dce8b3e4a3b50152cc10ec6739691839a04f893de1428045c032db940
- name: gpu-operator-validator-image
Expand Down Expand Up @@ -889,7 +889,7 @@ spec:
- name: "DRIVER_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:c525320fd1e771b911b68f8e760b83e8fccf1beea43bf9b009c4f0c591e193ea"
- name: "MIG_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:40830d3561c14743f484d45b498141f9e86b1308e16fae3978110783927264ab"
value: "nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:e61584b58eae02d8cd261e8f7272400ea3e324f197d9670a4176bd005e70b429"
- name: "CUDA_BASE_IMAGE"
value: "nvcr.io/nvidia/cuda@sha256:b24e555dce8b3e4a3b50152cc10ec6739691839a04f893de1428045c032db940"
- name: "VFIO_MANAGER_IMAGE"
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 @@ -373,7 +373,7 @@ migManager:
enabled: true
repository: nvcr.io/nvidia/cloud-native
image: k8s-mig-manager
version: v0.10.0-ubuntu20.04
version: v0.11.0-ubuntu20.04
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env:
Expand Down

0 comments on commit 3115dab

Please sign in to comment.