Skip to content

Commit

Permalink
Merge pull request #504 from elezar/fix-static-deployment
Browse files Browse the repository at this point in the history
Fix version in static deployment
  • Loading branch information
elezar authored Feb 6, 2024
2 parents 5bd74ed + 7ffb199 commit e9b8a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/static/nvidia-device-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
# See https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
priorityClassName: "system-node-critical"
containers:
- image: nvcr.io/nvidia/k8s-device-plugin:v0.14.0
- image: nvcr.io/nvidia/k8s-device-plugin:v0.14.4
name: nvidia-device-plugin-ctr
env:
- name: FAIL_ON_INIT_ERROR
Expand Down

0 comments on commit e9b8a43

Please sign in to comment.