Skip to content

Commit

Permalink
chore: bump aks to 1.27 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer committed Aug 15, 2023
1 parent 2ca08b5 commit b81a768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module "azuread_applications" {
module "azure_aks_pr" {
source = "./modules/azure/aks"
resource_group_name = var.azure_resource_group_name
kubernetes_version = "1.26"
kubernetes_version = "1.27"
cluster_name = local.pr_cluster_name
unique_project_name = var.unique_project_name

Expand All @@ -95,7 +95,7 @@ module "azure_aks_pr" {
module "azure_aks_nightly" {
source = "./modules/azure/aks"
resource_group_name = var.azure_resource_group_name
kubernetes_version = "1.26"
kubernetes_version = "1.27"
cluster_name = local.main_cluster_name
unique_project_name = var.unique_project_name

Expand Down

0 comments on commit b81a768

Please sign in to comment.