Skip to content

Commit

Permalink
Bump k8s-device-plugin to v0.14.4
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Desiniotis <[email protected]>
  • Loading branch information
cdesiniotis committed Jan 31, 2024
1 parent 2b9ee87 commit 789d41b
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 @@ -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
Expand Down Expand Up @@ -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"
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 @@ -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: []
Expand Down

0 comments on commit 789d41b

Please sign in to comment.