Skip to content

Commit

Permalink
Use newer default dev kubernetes version (#3601)
Browse files Browse the repository at this point in the history
Update default Kubernetes version as it was asked by deploy_aks_dev function from hack/devtools/deploy-shared-env.sh
  • Loading branch information
razo7 authored Jun 17, 2024
1 parent bd3a12f commit a42f1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deploy/assets/aks-development.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}
},
"kubernetesVersion": {
"defaultValue": "1.26.6",
"defaultValue": "1.29.2",
"type": "string",
"metadata": {
"description": "The version of Kubernetes."
Expand Down

0 comments on commit a42f1ac

Please sign in to comment.