Skip to content

Commit

Permalink
feat: bump Karpenter module to 20.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chomatdam committed Oct 3, 2024
1 parent d849f78 commit f86d6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/foundation-stack/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module "eks" {
module "karpenter" {
count = var.stack_create ? 1 : 0
source = "terraform-aws-modules/eks/aws//modules/karpenter"
version = "20.8.5"
version = "20.24.3"
cluster_name = module.eks.cluster_name
enable_irsa = true
enable_pod_identity = false # TODO: PR because it doesn't work in govcloud
Expand Down

0 comments on commit f86d6ee

Please sign in to comment.