Skip to content

Commit

Permalink
Bump kubernetes version to 1.29 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low authored Jan 3, 2025
1 parent 8a6c458 commit 0fb2873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/resources/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module "eks" {
version = "19.19.0"

cluster_name = local.cluster_name
cluster_version = "1.28"
cluster_version = "1.29"

vpc_id = module.vpc.vpc_id
subnet_ids = module.vpc.private_subnets
Expand Down Expand Up @@ -112,4 +112,4 @@ resource "kubernetes_secret" "django_secret_key" {
data = {
django_secret_key = random_password.django_secret_key.result
}
}
}

0 comments on commit 0fb2873

Please sign in to comment.