Skip to content

Commit

Permalink
- Updated default Kubernetes versions in main.bicep and other JSON co…
Browse files Browse the repository at this point in the history
…nfig files
  • Loading branch information
pjlewisuk authored Aug 7, 2024
1 parent 3b8eb83 commit b42a742
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.28.5'
param kubernetesVersion string = '1.29.7'

@description('Enable Azure AD integration on AKS')
param enable_aad bool = 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.28.5",
"defaultValue": "1.29.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.28.5",
"defaultValue": "1.29.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.28.5",
"defaultValue": "1.29.7",
"metadata": {
"description": "Kubernetes Version"
}
Expand Down

0 comments on commit b42a742

Please sign in to comment.