Skip to content

Commit

Permalink
bumping the Kubernetes version to the latest (#524)
Browse files Browse the repository at this point in the history
* bumping the Kubernetes version to the latest

The previous one is outdated and is no longer supported by AKS. This will result in a failed deployment.

* Bumped version to Default Portal version

Bumped version to Default Portal version

* Bumped K8s version to Default Portal version

Bumped K8s version to Default Portal version
  • Loading branch information
oliverlabs authored Feb 9, 2023
1 parent 2aad340 commit fb7fb16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows_dep/regressionparams/edgeK8sVersion.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"value": "Standard_DS3_v2"
},
"kubernetesVersion": {
"value": "1.23.5"
"value": "1.25.5"
},
"custom_vnet": {
"value": true
Expand Down
2 changes: 1 addition & 1 deletion bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ output ApplicationGatewayName string = deployAppGw ? appgw.name : ''
param dnsPrefix string = '${resourceName}-dns'

@description('Kubernetes Version')
param kubernetesVersion string = '1.23.12'
param kubernetesVersion string = '1.24.9'

@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 @@ -9,7 +9,7 @@
"defaults": {
"deploy": {
"enableTelemetry": true,
"kubernetesVersion": "1.23.12",
"kubernetesVersion": "1.24.9",
"location": "WestEurope",
"apiips": "",
"demoapp": false,
Expand Down

0 comments on commit fb7fb16

Please sign in to comment.