Skip to content

Commit feb4df0

Browse files
committed
Bump examples to AKS 1.30
1 parent d23b0c2 commit feb4df0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/application_gateway_ingress/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ module "aks" {
140140

141141
prefix = random_id.name.hex
142142
resource_group_name = local.resource_group.name
143-
kubernetes_version = "1.29" # don't specify the patch version!
143+
kubernetes_version = "1.30" # don't specify the patch version!
144144
automatic_channel_upgrade = "patch"
145145
agents_availability_zones = ["1", "2"]
146146
agents_count = null

examples/startup/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module "aks" {
4040

4141
prefix = random_id.name.hex
4242
resource_group_name = local.resource_group.name
43-
kubernetes_version = "1.29" # don't specify the patch version!
43+
kubernetes_version = "1.30" # don't specify the patch version!
4444
automatic_channel_upgrade = "patch"
4545
agents_availability_zones = ["1", "2"]
4646
agents_count = null

examples/with_acr/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module "aks" {
5555

5656
prefix = "prefix-${random_id.prefix.hex}"
5757
resource_group_name = local.resource_group.name
58-
kubernetes_version = "1.29" # don't specify the patch version!
58+
kubernetes_version = "1.30" # don't specify the patch version!
5959
automatic_channel_upgrade = "patch"
6060
attached_acr_id_map = {
6161
example = azurerm_container_registry.example.id

0 commit comments

Comments
 (0)