Skip to content

Commit

Permalink
bump k8s to 1.31 (#177)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer authored Jan 24, 2025
1 parent 9fa9f34 commit 5aaf339
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 @@ -92,7 +92,7 @@ module "acr_proxy" {
module "azure_aks_pr" {
source = "./modules/azure/aks"
resource_group_name = var.azure_resource_group_name
kubernetes_version = "1.30"
kubernetes_version = "1.31"
cluster_name = local.pr_cluster_name
unique_project_name = var.unique_project_name
location = "northeurope"
Expand All @@ -119,7 +119,7 @@ module "azure_aks_pr" {
module "azure_aks_nightly" {
source = "./modules/azure/aks"
resource_group_name = var.azure_resource_group_name
kubernetes_version = "1.30"
kubernetes_version = "1.31"
cluster_name = local.main_cluster_name
unique_project_name = var.unique_project_name
location = "northeurope"
Expand Down

0 comments on commit 5aaf339

Please sign in to comment.