You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/aks/locals.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ locals {
8
8
# Parameters used for this deployment of the DevOps Stack.
9
9
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.
10
10
location="YOUR_LOCATION"
11
-
kubernetes_version="1.28"
11
+
kubernetes_version="1.29"
12
12
sku_tier="Standard"
13
13
cluster_name="YOUR_CLUSTER_NAME"# Must be unique for each DevOps Stack deployment in a single Azure subscription.
14
14
base_domain="your.domain.here"# Must match a DNS zone in the Azure subscription where you are deploying the DevOps Stack.
0 commit comments