Skip to content

Commit

Permalink
chore(deps): update public.ecr.aws/neuron/neuron-device-plugin docker…
Browse files Browse the repository at this point in the history
… tag to v2.18.3.0
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent fb52229 commit 08c3e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inferentia/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 08c3e49

Please sign in to comment.