We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84a7742 + 31449f8 commit 3f25212Copy full SHA for 3f25212
infra/azure/terraform/k8s-infra-prow-build/aks.tf
@@ -21,7 +21,7 @@ module "prow_build" {
21
location = azurerm_resource_group.rg.location
22
sku_tier = "Standard"
23
automatic_channel_upgrade = "patch"
24
- kubernetes_version = "1.30"
+ kubernetes_version = "1.31"
25
prefix = "k8s-infra"
26
27
role_based_access_control_enabled = true
0 commit comments