Skip to content

Commit

Permalink
bump aks versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 2, 2024
1 parent d66583d commit f297f03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/clouds/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variable "create_db" {

variable "kubernetes_version" {
type = string
default = "1.27"
default = "1.29"
}

variable "public" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/clouds/azure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable "create_db" {

variable "kubernetes_version" {
type = string
default = "1.27.9"
default = "1.29.7"
}

variable "create_resource_group" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/clouds/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable "deletion_protection" {

variable "kubernetes_version" {
type = string
default = "1.27"
default = "1.29"
}

variable "node_pools" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/clusters/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "public" {

variable "kubernetes_version" {
type = string
default = "1.28"
default = "1.29"
}

variable "vpc_cidr" {
Expand Down

0 comments on commit f297f03

Please sign in to comment.