Skip to content

Commit

Permalink
upgrade eks
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Feb 20, 2024
1 parent 06d7260 commit 3e1645c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ variable "aws_region" {
variable "aws_load_balancer_controller_version" {
description = "The AWS Load Balancer Controller version to use. See https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases for available versions"
type = string
default = "v2.4.5"
default = "v2.6.2"
}

variable "aws_load_balancer_controller_chart_version" {
description = "The AWS Load Balancer Controller chart version to use. See https://artifacthub.io/packages/helm/aws/aws-load-balancer-controller for available versions"
type = string
default = "1.4.6"
default = "1.6.2"
}

variable "k8s_namespace" {
Expand Down
9 changes: 8 additions & 1 deletion terraform/.terraform.lock.hcl

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

6 changes: 3 additions & 3 deletions terraform/vars/terraform-production.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ rds_instance_count = 1
db_instance_class = "db.r5.large"
db_instance_count = 3
db_logs_exports = ["audit", "profiler"]
eks_version = "1.24"
eks_node_release_version = "1.24.7-20230105"
ebs_csi_addon_version = "v1.15.0-eksbuild.1"
eks_version = "1.29"
eks_node_release_version = "1.29.0-20240202"
ebs_csi_addon_version = "v1.27.0-eksbuild.1"
deploy_canaries = true
gateway_node_group_desired_size = 2
hibernate = false
Expand Down

0 comments on commit 3e1645c

Please sign in to comment.