Skip to content

Commit

Permalink
upgrade production cluster for airflow (#3060)
Browse files Browse the repository at this point in the history
Moving Airflow-Prod to Kubernetes 1.25
  • Loading branch information
Emterry authored Jan 24, 2024
1 parent 71cc458 commit 6b1b0aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ resource "aws_eks_cluster" "airflow_prod_eks_cluster" {
"controllerManager",
"scheduler",
]
version = "1.24"
version = "1.25"

vpc_config {
subnet_ids = aws_subnet.prod_private_subnet[*].id
Expand Down

0 comments on commit 6b1b0aa

Please sign in to comment.