From 729513f9f418a6f31be7df0af5ea2fd6fa210988 Mon Sep 17 00:00:00 2001 From: Achton Smidt Winther Date: Wed, 8 May 2024 13:47:29 +0200 Subject: [PATCH] Upgrade AKS and kubectl versions to latest supported 1.27.x. --- infrastructure/environments/dplplat01/infrastructure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/environments/dplplat01/infrastructure/main.tf b/infrastructure/environments/dplplat01/infrastructure/main.tf index 36009122..e57eb506 100644 --- a/infrastructure/environments/dplplat01/infrastructure/main.tf +++ b/infrastructure/environments/dplplat01/infrastructure/main.tf @@ -16,7 +16,7 @@ module "environment" { # When copying this value, consider leaving it out and falling back to the # default of 102400. sql_storage_mb = 409600 - control_plane_version = "1.26.10" + control_plane_version = "1.27.9" } # Outputs, for values that comes straight from the dpl-platform-environment