Skip to content

Commit

Permalink
Upgrading lower states to latest (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Jan 16, 2024
1 parent 7a907d6 commit 5ff8d0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion env/production/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ inputs = {
primary_worker_desired_size = 5
primary_worker_instance_types = ["r5.large"]
secondary_worker_instance_types = ["r5.large"]
nodeUpgrade = false
node_upgrade = false
primary_worker_max_size = 8
primary_worker_min_size = 3
vpc_id = dependency.common.outputs.vpc_id
Expand Down
4 changes: 2 additions & 2 deletions env/scratch/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ inputs = {
primary_worker_desired_size = 3
primary_worker_instance_types = ["m5.large"]
secondary_worker_instance_types = ["m5.large"]
nodeUpgrade = false
node_upgrade = false
primary_worker_max_size = 7
primary_worker_min_size = 1
vpc_id = dependency.common.outputs.vpc_id
Expand All @@ -73,7 +73,7 @@ inputs = {
eks_addon_kube_proxy_version = "v1.28.1-eksbuild.1"
eks_addon_vpc_cni_version = "v1.15.0-eksbuild.2"
eks_addon_ebs_driver_version = "v1.26.1-eksbuild.1"
eks_node_ami_version = "1.28.3-20231201"
eks_node_ami_version = "1.28.5-20240110"
non_api_waf_rate_limit = 500
api_waf_rate_limit = 5000
sign_in_waf_rate_limit = 100
Expand Down
5 changes: 3 additions & 2 deletions env/staging/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ inputs = {
primary_worker_desired_size = 4
primary_worker_instance_types = ["r5.large"]
secondary_worker_instance_types = ["r5.large"]
nodeUpgrade = false
node_upgrade = false
force_upgrade = true
primary_worker_max_size = 7
primary_worker_min_size = 4
vpc_id = dependency.common.outputs.vpc_id
Expand All @@ -78,8 +79,8 @@ inputs = {
eks_addon_coredns_version = "v1.10.1-eksbuild.4"
eks_addon_kube_proxy_version = "v1.28.1-eksbuild.1"
eks_addon_vpc_cni_version = "v1.15.0-eksbuild.2"
eks_node_ami_version = "1.28.3-20231230"
eks_addon_ebs_driver_version = "v1.26.1-eksbuild.1"
eks_node_ami_version = "1.28.5-20240110"
non_api_waf_rate_limit = 500
api_waf_rate_limit = 30000
sign_in_waf_rate_limit = 100
Expand Down

0 comments on commit 5ff8d0c

Please sign in to comment.