From f297f03f6859062305d9fdc66f659743094836e3 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Wed, 2 Oct 2024 13:10:04 -0400 Subject: [PATCH] bump aks versions --- terraform/clouds/aws/variables.tf | 2 +- terraform/clouds/azure/variables.tf | 2 +- terraform/clouds/gcp/variables.tf | 2 +- terraform/modules/clusters/aws/variables.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/terraform/clouds/aws/variables.tf b/terraform/clouds/aws/variables.tf index d11a6f7..4521891 100644 --- a/terraform/clouds/aws/variables.tf +++ b/terraform/clouds/aws/variables.tf @@ -25,7 +25,7 @@ variable "create_db" { variable "kubernetes_version" { type = string - default = "1.27" + default = "1.29" } variable "public" { diff --git a/terraform/clouds/azure/variables.tf b/terraform/clouds/azure/variables.tf index 047176a..8936b42 100644 --- a/terraform/clouds/azure/variables.tf +++ b/terraform/clouds/azure/variables.tf @@ -15,7 +15,7 @@ variable "create_db" { variable "kubernetes_version" { type = string - default = "1.27.9" + default = "1.29.7" } variable "create_resource_group" { diff --git a/terraform/clouds/gcp/variables.tf b/terraform/clouds/gcp/variables.tf index 8e8f2b5..7556faf 100644 --- a/terraform/clouds/gcp/variables.tf +++ b/terraform/clouds/gcp/variables.tf @@ -15,7 +15,7 @@ variable "deletion_protection" { variable "kubernetes_version" { type = string - default = "1.27" + default = "1.29" } variable "node_pools" { diff --git a/terraform/modules/clusters/aws/variables.tf b/terraform/modules/clusters/aws/variables.tf index e8466b4..66105ff 100644 --- a/terraform/modules/clusters/aws/variables.tf +++ b/terraform/modules/clusters/aws/variables.tf @@ -23,7 +23,7 @@ variable "public" { variable "kubernetes_version" { type = string - default = "1.28" + default = "1.29" } variable "vpc_cidr" {