Skip to content

Commit

Permalink
chore(deps): update helm release nvidia-device-plugin to v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 816cad6 commit 09dbca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-mng-gpu/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ resource "helm_release" "nvidia_device_plugin" {
name = "nvidia-device-plugin"
repository = "https://nvidia.github.io/k8s-device-plugin"
chart = "nvidia-device-plugin"
version = "0.15.0"
version = "0.16.2"
namespace = "nvidia-device-plugin"
create_namespace = true
wait = false
Expand Down

0 comments on commit 09dbca9

Please sign in to comment.