Skip to content

Commit 3f25212

Browse files
authored
Merge pull request #7777 from ameukam/bump-aks-1.31
Azure: bump AKS cluster version
2 parents 84a7742 + 31449f8 commit 3f25212

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)