Skip to content

Commit 0420dce

Browse files
Bump k8s-mig-manager to v0.14.2
Pull in mig-manager v0.14.2. The notable user-facing change in this release is that mig-parted now persists MIG_PARTED_CONFIG_FILE and MIG_PARTED_HOOKS_FILE across reboots, so MIG configuration applied via the operator survives a node reboot without needing the manager to re-apply it. The release also bumps the NVIDIA Container Toolkit to v1.19.1 and refreshes base image and Go toolchain versions. Signed-off-by: Rajath Agasthya <ragasthya@nvidia.com>
1 parent d523ea0 commit 0420dce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ spec:
222222
- name: gpu-feature-discovery-image
223223
image: nvcr.io/nvidia/k8s-device-plugin:v0.19.1@sha256:5f19f1a3907a36401318219b1173c4e0e92ab3ef928219c40773bd5f898dc81f
224224
- name: mig-manager-image
225-
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.14.1@sha256:99f1a874f03a2a83c62008d49b73f1b6a5da200b1093baef23ce9f7518f9b417
225+
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.14.2@sha256:313586bfa5c07601a83f310dd700db0007d489df2ad42bb52c611802cbb7a278
226226
- name: gpu-operator-validator-image
227227
image: ghcr.io/nvidia/gpu-operator:main-latest
228228
- name: k8s-driver-manager-image
@@ -940,7 +940,7 @@ spec:
940940
- name: "DRIVER_MANAGER_IMAGE"
941941
value: "nvcr.io/nvidia/cloud-native/k8s-driver-manager:v0.10.0@sha256:6677437faff2c45506484dd9f0f04ad3b4880aa65b26d11f76d169e65497fade"
942942
- name: "MIG_MANAGER_IMAGE"
943-
value: "nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.14.1@sha256:99f1a874f03a2a83c62008d49b73f1b6a5da200b1093baef23ce9f7518f9b417"
943+
value: "nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.14.2@sha256:313586bfa5c07601a83f310dd700db0007d489df2ad42bb52c611802cbb7a278"
944944
- name: "VFIO_MANAGER_IMAGE"
945945
value: "nvcr.io/nvidia/cloud-native/k8s-driver-manager:v0.10.0@sha256:6677437faff2c45506484dd9f0f04ad3b4880aa65b26d11f76d169e65497fade"
946946
- name: "CC_MANAGER_IMAGE"

deployments/gpu-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ migManager:
368368
enabled: true
369369
repository: nvcr.io/nvidia/cloud-native
370370
image: k8s-mig-manager
371-
version: v0.14.1
371+
version: v0.14.2
372372
imagePullPolicy: IfNotPresent
373373
imagePullSecrets: []
374374
env: []

0 commit comments

Comments
 (0)