From 08c3e49efe3f7ff50a855836a0bc6baedaf4157a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 03:53:27 +0000 Subject: [PATCH] chore(deps): update public.ecr.aws/neuron/neuron-device-plugin docker tag to v2.18.3.0 --- inferentia/eks.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inferentia/eks.tf b/inferentia/eks.tf index 2d9a329..e7c956f 100644 --- a/inferentia/eks.tf +++ b/inferentia/eks.tf @@ -183,7 +183,7 @@ resource "kubernetes_daemon_set_v1" "neuron_device" { container { # https://gallery.ecr.aws/neuron/neuron-device-plugin - image = "public.ecr.aws/neuron/neuron-device-plugin:2.17.3.0" + image = "public.ecr.aws/neuron/neuron-device-plugin:2.18.3.0" name = local.plugin_name image_pull_policy = "Always"