From 9ad4a29d8112bb4c95d0767010acb50f03664920 Mon Sep 17 00:00:00 2001 From: sondresjolyst Date: Thu, 24 Aug 2023 07:20:03 +0200 Subject: [PATCH] Upgrade prod and c2 to 1.25.6 --- scripts/aks/c2.env | 2 +- scripts/aks/production.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/aks/c2.env b/scripts/aks/c2.env index 869f40e7b..4825c2e45 100644 --- a/scripts/aks/c2.env +++ b/scripts/aks/c2.env @@ -17,7 +17,7 @@ fi ### AKS ### -: ${KUBERNETES_VERSION:="1.24.10"} #Usage of Kubernetes version with parameters. If KUBERNETES_VERSION is passed as argument, it will be used and not be overwritten by entered current value. +: ${KUBERNETES_VERSION:="1.25.6"} #Usage of Kubernetes version with parameters. If KUBERNETES_VERSION is passed as argument, it will be used and not be overwritten by entered current value. MIN_COUNT="6" MAX_COUNT="12" NODE_COUNT="8" diff --git a/scripts/aks/production.env b/scripts/aks/production.env index be2cc269a..ed97adb0c 100644 --- a/scripts/aks/production.env +++ b/scripts/aks/production.env @@ -17,7 +17,7 @@ fi ### AKS ### -: ${KUBERNETES_VERSION:="1.24.10"} #Usage of Kubernetes version with parameters. If KUBERNETES_VERSION is passed as argument, it will be used and not be overwritten by entered current value. +: ${KUBERNETES_VERSION:="1.25.6"} #Usage of Kubernetes version with parameters. If KUBERNETES_VERSION is passed as argument, it will be used and not be overwritten by entered current value. MIN_COUNT="16" MAX_COUNT="38" NODE_COUNT="23"