Skip to content

Commit

Permalink
Merge pull request #42 from aws-ia/askulkarni2-patch-1
Browse files Browse the repository at this point in the history
feat: Bump up neuron device plugin version
  • Loading branch information
vara-bonthu authored Oct 9, 2024
2 parents bc2fb20 + 438ccc7 commit eab6319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm-charts/neuron-device-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: neuron-device-plugin
description: A Helm chart for Nueron Device Plugin
type: application
version: 0.1.0
appVersion: "2.14.4.0" # Neuron SDK Device Plugin version
version: 0.2.0
appVersion: "2.21.14.0" # Neuron SDK Device Plugin version
2 changes: 1 addition & 1 deletion helm-charts/neuron-device-plugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nodeSelector: {}
image:
repository: public.ecr.aws/neuron/neuron-device-plugin
pullPolicy: IfNotPresent
tag: "2.19.16.0"
tag: "2.21.14.0"

tolerations:
- operator: Exists # DaemonSet is tolerant of any taints, regardless of the key or value of the taint.
Expand Down

0 comments on commit eab6319

Please sign in to comment.