Skip to content

Commit

Permalink
feat: bump Karpenter module to 20.24.3 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
chomatdam authored Oct 3, 2024
1 parent d849f78 commit e548ee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/foundation-stack/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,10 @@ 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_v1_permissions = true
enable_pod_identity = false # TODO: PR because it doesn't work in govcloud
queue_name = var.stack_name
irsa_oidc_provider_arn = module.eks.oidc_provider_arn
Expand Down

0 comments on commit e548ee1

Please sign in to comment.