Skip to content

Commit

Permalink
updated karpenter module
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Dec 25, 2024
1 parent f5590b1 commit 017653f
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/k8s-karpenter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module "this" {
count = local.karpenter.enabled ? 1 : 0

source = "terraform-aws-modules/eks/aws//modules/karpenter"
version = "20.17.2"
version = "20.31.6"

cluster_name = var.eks_cluster_id

Expand Down
154 changes: 77 additions & 77 deletions terragrunt/ACCOUNT_ID/us-east-1/demo/karpenter/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ terraform {
version = "${include.root.locals.tf_providers.kubernetes}"
}
kubectl = {
source = "gavinbunney/kubectl"
source = "alekc/kubectl"
version = "${include.root.locals.tf_providers.kubectl}"
}
helm = {
Expand Down

0 comments on commit 017653f

Please sign in to comment.