Skip to content

Commit

Permalink
chore(deps): update helm release nvidia-device-plugin to v0.15.0 (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent ae2fb57 commit 0cb69a3
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.14.5"
version = "0.15.0"
namespace = "nvidia-device-plugin"
create_namespace = true
wait = false
Expand Down

0 comments on commit 0cb69a3

Please sign in to comment.