Skip to content

Commit

Permalink
[examples] bump default k8s version to a supported one (1.29)
Browse files Browse the repository at this point in the history
[examples/azure] bump k8s version to a supported one (1.29)

[examples] bump default k8s version to a supported one (1.29)
  • Loading branch information
Z4ck404 committed May 29, 2024
1 parent c8d1467 commit 4574627
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/azure-from-scratch/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variable "cluster_name" {

variable "cluster_version" {
type = string
default = "1.25"
default = "1.29"
}

variable "tags" {
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-from-vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variable "cluster_name" {

variable "cluster_version" {
type = string
default = "1.25"
default = "1.29"
}

variable "tags" {
Expand Down
2 changes: 1 addition & 1 deletion examples/from-private-vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "cluster_name" {

variable "cluster_version" {
type = string
default = "1.25"
default = "1.29"
}

variable "vpc_id" {
Expand Down
2 changes: 1 addition & 1 deletion examples/from-scratch-with-eks-addon/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "cluster_name" {

variable "cluster_version" {
type = string
default = "1.25"
default = "1.29"
}

variable "vpc_name" {
Expand Down
2 changes: 1 addition & 1 deletion examples/from-scratch-with-private-link/variable.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "cluster_name" {

variable "cluster_version" {
type = string
default = "1.25"
default = "1.29"
}

variable "vpc_name" {
Expand Down
2 changes: 1 addition & 1 deletion examples/from-scratch/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "cluster_name" {

variable "cluster_version" {
type = string
default = "1.25"
default = "1.29"
}

variable "vpc_name" {
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-from-scratch/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable "cluster_name" {

variable "cluster_version" {
type = string
default = "1.25"
default = "1.29"
}

variable "region" {
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-from-vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable "cluster_name" {

variable "cluster_version" {
type = string
default = "1.25"
default = "1.29"
}

variable "region" {
Expand Down

0 comments on commit 4574627

Please sign in to comment.