Skip to content

Commit

Permalink
Merge pull request #783 from NVIDIA/bump-mig-manager-v0.8.0-rc.1
Browse files Browse the repository at this point in the history
Bump mig-manager to v0.8.0-rc.1
  • Loading branch information
cdesiniotis authored Jun 25, 2024
2 parents deedefa + ce48108 commit 1e5c430
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:aba39d8a4c60443842c5164a0407e02b35405d146c5b6476008a79f840cd4547
- name: mig-manager-image
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:d8774d6afd37110199512636172823ae8749e5ea2e13760f57c255a74f47018c
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:40b29b8bd5ed609ab71236e4ded6ba2e33f7cba1d1b94ae5dbef0d526e8132db
- name: init-container-image
image: nvcr.io/nvidia/cuda@sha256:0ff607ede682cdf50dc8a16affd925e88cec9fbff93e3210209e5e7217280053
- name: gpu-operator-validator-image
Expand Down Expand Up @@ -876,7 +876,7 @@ spec:
- name: "DRIVER_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:0c77725de8c42d248ed825453efd2e005f4900f4be384fd23084f6b721ddd0e0"
- name: "MIG_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:d8774d6afd37110199512636172823ae8749e5ea2e13760f57c255a74f47018c"
value: "nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:40b29b8bd5ed609ab71236e4ded6ba2e33f7cba1d1b94ae5dbef0d526e8132db"
- name: "CUDA_BASE_IMAGE"
value: "nvcr.io/nvidia/cuda@sha256:0ff607ede682cdf50dc8a16affd925e88cec9fbff93e3210209e5e7217280053"
- 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 @@ -351,7 +351,7 @@ migManager:
enabled: true
repository: nvcr.io/nvidia/cloud-native
image: k8s-mig-manager
version: v0.7.0-ubuntu20.04
version: v0.8.0-rc.1-ubuntu20.04
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env:
Expand Down

0 comments on commit 1e5c430

Please sign in to comment.