Skip to content

Commit

Permalink
AKS Version 1.27.7 upgrade to production
Browse files Browse the repository at this point in the history
  • Loading branch information
Venkata Challa committed Feb 19, 2024
1 parent ab2e68f commit 0403eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/terraform_aks_cluster/config/production.tfvars.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"cip_tenant": true,
"kubernetes_version": "1.26.10",
"kubernetes_version": "1.27.7",
"default_node_pool": {
"node_count": 3,
"orchestrator_version": "1.26.10"
"orchestrator_version": "1.27.7"
},
"node_pools": {
"apps1": {
Expand All @@ -13,7 +13,7 @@
"node_labels": {
"teacherservices.cloud/node_pool": "applications"
},
"orchestrator_version": "1.26.10"
"orchestrator_version": "1.27.7"
}
},
"admin_group_id": "5b0f84de-54a8-481a-8689-f3c226597259"
Expand Down

0 comments on commit 0403eac

Please sign in to comment.