Skip to content

Commit

Permalink
Fix Karpenter module version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Nov 4, 2024
1 parent 4814729 commit 27f8e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/modules/aiml/chatbot/.workshop/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ resource "aws_eks_addon" "pod_identity" {

module "karpenter" {
source = "terraform-aws-modules/eks/aws//modules/karpenter"
version = "~> 20.24"
version = "20.24"

cluster_name = var.addon_context.eks_cluster_id
enable_v1_permissions = true
Expand Down

0 comments on commit 27f8e41

Please sign in to comment.