Skip to content

Commit 31449f8

Browse files
committed
Azure: bump AKS cluster version
Bump build cluster to 1.31
1 parent df3b156 commit 31449f8

File tree

1 file changed

+1
-1
lines changed
  • infra/azure/terraform/k8s-infra-prow-build

1 file changed

+1
-1
lines changed

infra/azure/terraform/k8s-infra-prow-build/aks.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module "prow_build" {
2121
location = azurerm_resource_group.rg.location
2222
sku_tier = "Standard"
2323
automatic_channel_upgrade = "patch"
24-
kubernetes_version = "1.30"
24+
kubernetes_version = "1.31"
2525
prefix = "k8s-infra"
2626

2727
role_based_access_control_enabled = true

0 commit comments

Comments
 (0)