Skip to content

Commit

Permalink
update karpenter module
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Glotov committed Apr 12, 2024
1 parent 89f0231 commit d6b443f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/k8s-addons/eks-karpenter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module "karpenter" {
count = local.karpenter.enabled ? 1 : 0

source = "terraform-aws-modules/eks/aws//modules/karpenter"
version = "19.21.0"
version = "20.8.4"

cluster_name = local.eks_cluster_id

Expand Down

0 comments on commit d6b443f

Please sign in to comment.