Skip to content

Commit

Permalink
karpenter: 0.23.0 -> 0.27.3
Browse files Browse the repository at this point in the history
fixes aws/karpenter-provider-aws#3623 OOTB issue for IPv6 clusters
  • Loading branch information
nazarewk authored Apr 24, 2023
1 parent 35d1317 commit 7bb1f86
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 = "oci://public.ecr.aws/karpenter"
version = "v0.23.0"
version = "v0.27.3"
namespace = local.name
values = [
<<-EOT
Expand Down

0 comments on commit 7bb1f86

Please # to comment.