diff --git a/manifests/modules/autoscaling/compute/karpenter/.workshop/terraform/main.tf b/manifests/modules/autoscaling/compute/karpenter/.workshop/terraform/main.tf index 19fd30325..6a9c7608e 100644 --- a/manifests/modules/autoscaling/compute/karpenter/.workshop/terraform/main.tf +++ b/manifests/modules/autoscaling/compute/karpenter/.workshop/terraform/main.tf @@ -9,7 +9,7 @@ data "aws_ecrpublic_authorization_token" "token" { module "eks_blueprints_addons" { source = "aws-ia/eks-blueprints-addons/aws" - version = "1.12.0" + version = "1.16.0" enable_karpenter = true @@ -18,6 +18,7 @@ module "eks_blueprints_addons" { karpenter = { repository_username = data.aws_ecrpublic_authorization_token.token.user_name repository_password = data.aws_ecrpublic_authorization_token.token.password + chart_version = "0.35.4" set = [{ name = "replicas" @@ -29,4 +30,4 @@ module "eks_blueprints_addons" { cluster_endpoint = var.addon_context.aws_eks_cluster_endpoint cluster_version = var.eks_cluster_version oidc_provider_arn = var.addon_context.eks_oidc_provider_arn -} \ No newline at end of file +}