From 45746272b2f82ddadd996254ed38e0fe2fcee35f Mon Sep 17 00:00:00 2001 From: Z4ck404 Date: Wed, 29 May 2024 11:28:43 +0200 Subject: [PATCH] [examples] bump default k8s version to a supported one (1.29) [examples/azure] bump k8s version to a supported one (1.29) [examples] bump default k8s version to a supported one (1.29) --- examples/azure-from-scratch/variables.tf | 2 +- examples/azure-from-vpc/variables.tf | 2 +- examples/from-private-vpc/variables.tf | 2 +- examples/from-scratch-with-eks-addon/variables.tf | 2 +- examples/from-scratch-with-private-link/variable.tf | 2 +- examples/from-scratch/variables.tf | 2 +- examples/gcp-from-scratch/variables.tf | 2 +- examples/gcp-from-vpc/variables.tf | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/azure-from-scratch/variables.tf b/examples/azure-from-scratch/variables.tf index 7e54f0a..133bf48 100644 --- a/examples/azure-from-scratch/variables.tf +++ b/examples/azure-from-scratch/variables.tf @@ -33,7 +33,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "tags" { diff --git a/examples/azure-from-vpc/variables.tf b/examples/azure-from-vpc/variables.tf index 10ec426..e04771d 100644 --- a/examples/azure-from-vpc/variables.tf +++ b/examples/azure-from-vpc/variables.tf @@ -41,7 +41,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "tags" { diff --git a/examples/from-private-vpc/variables.tf b/examples/from-private-vpc/variables.tf index 8c4c53b..c6b1758 100644 --- a/examples/from-private-vpc/variables.tf +++ b/examples/from-private-vpc/variables.tf @@ -20,7 +20,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "vpc_id" { diff --git a/examples/from-scratch-with-eks-addon/variables.tf b/examples/from-scratch-with-eks-addon/variables.tf index 4ea37f3..5fa3d1e 100644 --- a/examples/from-scratch-with-eks-addon/variables.tf +++ b/examples/from-scratch-with-eks-addon/variables.tf @@ -20,7 +20,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "vpc_name" { diff --git a/examples/from-scratch-with-private-link/variable.tf b/examples/from-scratch-with-private-link/variable.tf index 9d9bbfc..6aacc2e 100644 --- a/examples/from-scratch-with-private-link/variable.tf +++ b/examples/from-scratch-with-private-link/variable.tf @@ -20,7 +20,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "vpc_name" { diff --git a/examples/from-scratch/variables.tf b/examples/from-scratch/variables.tf index 4ea37f3..5fa3d1e 100644 --- a/examples/from-scratch/variables.tf +++ b/examples/from-scratch/variables.tf @@ -20,7 +20,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "vpc_name" { diff --git a/examples/gcp-from-scratch/variables.tf b/examples/gcp-from-scratch/variables.tf index a5ecb3a..11ff871 100644 --- a/examples/gcp-from-scratch/variables.tf +++ b/examples/gcp-from-scratch/variables.tf @@ -16,7 +16,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "region" { diff --git a/examples/gcp-from-vpc/variables.tf b/examples/gcp-from-vpc/variables.tf index f21f79c..086b862 100644 --- a/examples/gcp-from-vpc/variables.tf +++ b/examples/gcp-from-vpc/variables.tf @@ -16,7 +16,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "region" {