Skip to content

Commit 01775e6

Browse files
committed
feat(aks): update K8s version
1 parent 9e29a2e commit 01775e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/aks/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ locals {
88
# Parameters used for this deployment of the DevOps Stack.
99
common_resource_group = "YOUR_COMMON_RESOURCE_GROUP" # The resource group where the common resources will reside. Must be unique for each DevOps Stack deployment in a single Azure subscription.
1010
location = "YOUR_LOCATION"
11-
kubernetes_version = "1.28"
11+
kubernetes_version = "1.29"
1212
sku_tier = "Standard"
1313
cluster_name = "YOUR_CLUSTER_NAME" # Must be unique for each DevOps Stack deployment in a single Azure subscription.
1414
base_domain = "your.domain.here" # Must match a DNS zone in the Azure subscription where you are deploying the DevOps Stack.

0 commit comments

Comments
 (0)