From c70fd9d3c26e7294832619224cf5876bd4df9d06 Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Fri, 4 Oct 2024 10:36:26 +0200 Subject: [PATCH] Bump examples to AKS 1.30 --- examples/application_gateway_ingress/main.tf | 2 +- examples/startup/main.tf | 2 +- examples/with_acr/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/application_gateway_ingress/main.tf b/examples/application_gateway_ingress/main.tf index e11cfb14..e10413ec 100644 --- a/examples/application_gateway_ingress/main.tf +++ b/examples/application_gateway_ingress/main.tf @@ -140,7 +140,7 @@ module "aks" { prefix = random_id.name.hex resource_group_name = local.resource_group.name - kubernetes_version = "1.29" # don't specify the patch version! + kubernetes_version = "1.30" # don't specify the patch version! automatic_channel_upgrade = "patch" agents_availability_zones = ["1", "2"] agents_count = null diff --git a/examples/startup/main.tf b/examples/startup/main.tf index b0740dcc..fd6d089a 100644 --- a/examples/startup/main.tf +++ b/examples/startup/main.tf @@ -40,7 +40,7 @@ module "aks" { prefix = random_id.name.hex resource_group_name = local.resource_group.name - kubernetes_version = "1.29" # don't specify the patch version! + kubernetes_version = "1.30" # don't specify the patch version! automatic_channel_upgrade = "patch" agents_availability_zones = ["1", "2"] agents_count = null diff --git a/examples/with_acr/main.tf b/examples/with_acr/main.tf index 94cfe326..8b5105f7 100644 --- a/examples/with_acr/main.tf +++ b/examples/with_acr/main.tf @@ -55,7 +55,7 @@ module "aks" { prefix = "prefix-${random_id.prefix.hex}" resource_group_name = local.resource_group.name - kubernetes_version = "1.29" # don't specify the patch version! + kubernetes_version = "1.30" # don't specify the patch version! automatic_channel_upgrade = "patch" attached_acr_id_map = { example = azurerm_container_registry.example.id