Skip to content

Commit

Permalink
chore(deps): update karpenter docker tag to v0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2023
1 parent b64011a commit 66e5ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karpenter/karpenter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "helm_release" "karpenter" {
repository_username = data.aws_ecrpublic_authorization_token.token.user_name
repository_password = data.aws_ecrpublic_authorization_token.token.password
chart = "karpenter"
version = "v0.27.5"
version = "v0.28.1"

# Memory request/limit set to maximize the capacity provisioned by Fargate
# 2G allocated - 256Mb overhead = 1792Mb
Expand Down

0 comments on commit 66e5ebb

Please sign in to comment.