From 66223025d5e2d798cee2c50f496f04bfc2ab454a Mon Sep 17 00:00:00 2001 From: Paul Lewis Date: Thu, 14 Mar 2024 15:51:14 +0000 Subject: [PATCH] Fixes 682 by changing default k8s version to 1.27.7 (#683) --- bicep/main.bicep | 2 +- helper/src/config.json | 2 +- samples/SampleAppMain.json | 2 +- samples/SystemPresetExample.json | 2 +- samples/shared-acr/main.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bicep/main.bicep b/bicep/main.bicep index dfb223fc0..f706afba2 100644 --- a/bicep/main.bicep +++ b/bicep/main.bicep @@ -851,7 +851,7 @@ output ApplicationGatewayName string = deployAppGw ? appgw.name : '' param dnsPrefix string = '${resourceName}-dns' @description('Kubernetes Version') -param kubernetesVersion string = '1.26.6' +param kubernetesVersion string = '1.27.7' @description('Enable Azure AD integration on AKS') param enable_aad bool = false diff --git a/helper/src/config.json b/helper/src/config.json index fb712434a..b11a77093 100644 --- a/helper/src/config.json +++ b/helper/src/config.json @@ -10,7 +10,7 @@ "deploy": { "enableTelemetry": true, "managedNodeResourceGroup": "", - "kubernetesVersion": "1.26.6", + "kubernetesVersion": "1.27.7", "location": "WestEurope", "apiips": "", "demoapp": false, diff --git a/samples/SampleAppMain.json b/samples/SampleAppMain.json index 9f61f58b8..241e74920 100644 --- a/samples/SampleAppMain.json +++ b/samples/SampleAppMain.json @@ -551,7 +551,7 @@ }, "kubernetesVersion": { "type": "string", - "defaultValue": "1.26.6", + "defaultValue": "1.27.7", "metadata": { "description": "Kubernetes Version" } diff --git a/samples/SystemPresetExample.json b/samples/SystemPresetExample.json index 5e5d38c90..dfc097cdd 100644 --- a/samples/SystemPresetExample.json +++ b/samples/SystemPresetExample.json @@ -493,7 +493,7 @@ }, "kubernetesVersion": { "type": "string", - "defaultValue": "1.26.6", + "defaultValue": "1.27.7", "metadata": { "description": "Kubernetes Version" } diff --git a/samples/shared-acr/main.json b/samples/shared-acr/main.json index 8ee086c06..09653ba52 100644 --- a/samples/shared-acr/main.json +++ b/samples/shared-acr/main.json @@ -519,7 +519,7 @@ }, "kubernetesVersion": { "type": "string", - "defaultValue": "1.26.6", + "defaultValue": "1.27.7", "metadata": { "description": "Kubernetes Version" }