Skip to content

Commit

Permalink
Merge branch 'chore/update-gpu-patterns' of github.com:aws-ia/terrafo…
Browse files Browse the repository at this point in the history
…rm-aws-eks-blueprints into chore/update-gpu-patterns
  • Loading branch information
bryantbiggs committed Oct 12, 2024
2 parents 7f580c5 + 59bc520 commit 56f434e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion patterns/ml-capacity-block/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "helm_release" "aws_efa_device_plugin" {
name = "aws-efa-k8s-device-plugin"
repository = "https://aws.github.io/eks-charts"
chart = "aws-efa-k8s-device-plugin"
version = "v0.5.4"
version = "v0.5.5"
namespace = "kube-system"
wait = false

Expand Down
2 changes: 1 addition & 1 deletion patterns/nvidia-gpu-efa/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "helm_release" "aws_efa_device_plugin" {
name = "aws-efa-k8s-device-plugin"
repository = "https://aws.github.io/eks-charts"
chart = "aws-efa-k8s-device-plugin"
version = "v0.5.4"
version = "v0.5.5"
namespace = "kube-system"
wait = false

Expand Down
2 changes: 1 addition & 1 deletion patterns/targeted-odcr/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "helm_release" "aws_efa_device_plugin" {
name = "aws-efa-k8s-device-plugin"
repository = "https://aws.github.io/eks-charts"
chart = "aws-efa-k8s-device-plugin"
version = "v0.5.4"
version = "v0.5.5"
namespace = "kube-system"
wait = false

Expand Down

0 comments on commit 56f434e

Please sign in to comment.