Skip to content

Commit

Permalink
Upgade AKS to 1.29 (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado Ferrero <[email protected]>
  • Loading branch information
JorTurFer authored Apr 6, 2024
1 parent 35c9c9f commit 07df6b1
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 @@ -81,7 +81,7 @@ module "azuread_applications" {
module "azure_aks_pr" {
source = "./modules/azure/aks"
resource_group_name = var.azure_resource_group_name
kubernetes_version = "1.28"
kubernetes_version = "1.29"
cluster_name = local.pr_cluster_name
unique_project_name = var.unique_project_name

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

Expand Down

0 comments on commit 07df6b1

Please sign in to comment.