From 789d41b4aaaa06312cd82cc2f7eed2b8450340b1 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Mon, 29 Jan 2024 13:27:04 -0800 Subject: [PATCH] Bump k8s-device-plugin to v0.14.4 Signed-off-by: Christopher Desiniotis --- .../gpu-operator-certified.clusterserviceversion.yaml | 4 ++-- deployments/gpu-operator/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml b/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml index 2c2a35005..17b2e3d55 100644 --- a/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml +++ b/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml @@ -203,7 +203,7 @@ spec: - name: driver-image-470 image: nvcr.io/nvidia/driver@sha256:060c1005b09e4e3ba587c21104c22c5c2dceab690356e2097c5671233ad72a61 - name: device-plugin-image - image: nvcr.io/nvidia/k8s-device-plugin@sha256:d33ae90051cce4f32ee34faf2328832343c6065d808baf62fd38fd4c6bb5ab13 + image: nvcr.io/nvidia/k8s-device-plugin@sha256:426e5ca488c6fdbfefd3b82e58e4fecc0a9096e51699993098b75d3af572698e - name: gpu-feature-discovery-image image: nvcr.io/nvidia/gpu-feature-discovery@sha256:8d1ec78f2b1ddb7f0c47453d0427231190747bda411733a7dd0c8f5196f09e9c - name: mig-manager-image @@ -907,7 +907,7 @@ spec: - name: "DCGM_EXPORTER_IMAGE" value: "nvcr.io/nvidia/k8s/dcgm-exporter@sha256:011fb450af3fa2e8fe5d28d590e4c653631447bc23d149591ced3d89089c4f2c" - name: "DEVICE_PLUGIN_IMAGE" - value: "nvcr.io/nvidia/k8s-device-plugin@sha256:d33ae90051cce4f32ee34faf2328832343c6065d808baf62fd38fd4c6bb5ab13" + value: "nvcr.io/nvidia/k8s-device-plugin@sha256:426e5ca488c6fdbfefd3b82e58e4fecc0a9096e51699993098b75d3af572698e" - name: "DRIVER_IMAGE" value: "nvcr.io/nvidia/driver@sha256:028cc6cf5944c0df4fbee8fe0f45654c09996ac13b5b37fb803d79ae2d37d378" - name: "DRIVER_IMAGE-525" diff --git a/deployments/gpu-operator/values.yaml b/deployments/gpu-operator/values.yaml index 770d6b5f9..6eab5c166 100644 --- a/deployments/gpu-operator/values.yaml +++ b/deployments/gpu-operator/values.yaml @@ -232,7 +232,7 @@ devicePlugin: enabled: true repository: nvcr.io/nvidia image: k8s-device-plugin - version: v0.14.3-ubi8 + version: v0.14.4-ubi8 imagePullPolicy: IfNotPresent imagePullSecrets: [] args: []