From 0cb69a360a04a5de01c217cc52aa075207ccc741 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 20:05:09 -0400 Subject: [PATCH] chore(deps): update helm release nvidia-device-plugin to v0.15.0 (#59) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- eks-mng-gpu/eks.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eks-mng-gpu/eks.tf b/eks-mng-gpu/eks.tf index 5a57f9e..720e07d 100644 --- a/eks-mng-gpu/eks.tf +++ b/eks-mng-gpu/eks.tf @@ -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