Skip to content

Commit

Permalink
Update karpenter to version 0.16.0 (aws-ia#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
Herbert Gomez authored and allamand committed Dec 15, 2022
1 parent 1af5838 commit 6afff21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/karpenter/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ locals {
name = local.name
chart = local.name
repository = "https://charts.karpenter.sh"
version = "0.14.0"
version = "0.16.0"
namespace = local.name
timeout = "300"
values = local.default_helm_values
Expand Down

0 comments on commit 6afff21

Please sign in to comment.