Skip to content

Commit

Permalink
chore(deps): update helm release nvidia-device-plugin to v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 816cad6 commit 96876df
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.17.0"
namespace = "nvidia-device-plugin"
create_namespace = true
wait = false
Expand Down

0 comments on commit 96876df

Please sign in to comment.