Skip to content

Commit

Permalink
update: Upgrade Karpenter to 0.35.4
Browse files Browse the repository at this point in the history
Co-authored-by: Niall Thomson <[email protected]>
  • Loading branch information
ROunofF and niallthomson authored Apr 5, 2024
1 parent fd7be03 commit 6742eed
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"
Expand All @@ -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
}
}

0 comments on commit 6742eed

Please sign in to comment.