Skip to content

Commit

Permalink
Fixes 682 by changing default k8s version to 1.27.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlewisuk authored Feb 14, 2024
1 parent 39f41a9 commit 5d97e2d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ output ApplicationGatewayName string = deployAppGw ? appgw.name : ''
param dnsPrefix string = '${resourceName}-dns'

@description('Kubernetes Version')
param kubernetesVersion string = '1.26.6'
param kubernetesVersion string = '1.27.7'

@description('Enable Azure AD integration on AKS')
param enable_aad bool = false
Expand Down
2 changes: 1 addition & 1 deletion helper/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy": {
"enableTelemetry": true,
"managedNodeResourceGroup": "",
"kubernetesVersion": "1.26.6",
"kubernetesVersion": "1.27.7",
"location": "WestEurope",
"apiips": "",
"demoapp": false,
Expand Down
2 changes: 1 addition & 1 deletion samples/SampleAppMain.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
},
"kubernetesVersion": {
"type": "string",
"defaultValue": "1.26.6",
"defaultValue": "1.27.7",
"metadata": {
"description": "Kubernetes Version"
}
Expand Down
2 changes: 1 addition & 1 deletion samples/SystemPresetExample.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
},
"kubernetesVersion": {
"type": "string",
"defaultValue": "1.26.6",
"defaultValue": "1.27.7",
"metadata": {
"description": "Kubernetes Version"
}
Expand Down
2 changes: 1 addition & 1 deletion samples/shared-acr/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
},
"kubernetesVersion": {
"type": "string",
"defaultValue": "1.26.6",
"defaultValue": "1.27.7",
"metadata": {
"description": "Kubernetes Version"
}
Expand Down

0 comments on commit 5d97e2d

Please sign in to comment.