From 5dc5189b1113a29dae45be33314d8118a41adcb2 Mon Sep 17 00:00:00 2001 From: Kevin Lingle Date: Tue, 2 Apr 2024 21:17:23 -0400 Subject: [PATCH] feat: update VIYA_K8S_VERSION_MIN to 1.26 --- pre_install_report/viya_deployment_settings.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pre_install_report/viya_deployment_settings.ini b/pre_install_report/viya_deployment_settings.ini index d4298f3..47375e0 100644 --- a/pre_install_report/viya_deployment_settings.ini +++ b/pre_install_report/viya_deployment_settings.ini @@ -4,7 +4,7 @@ # ### Author: SAS Institute Inc. ### # ################################################################### # ### -# Copyright (c) 2021-2023, SAS Institute Inc., Cary, NC, USA. ### +# Copyright (c) 2021-2024, SAS Institute Inc., Cary, NC, USA. ### # All Rights Reserved. ### # SPDX-License-Identifier: Apache-2.0 ### # ### @@ -30,4 +30,4 @@ VIYA_MIN_AGGREGATE_WORKER_MEMORY=448G # Minimum allowed value = '.001'. VIYA_MIN_AGGREGATE_WORKER_CPU_CORES=56 # Minimum Kubernetes Server Version supported. Format: major.minor -VIYA_K8S_VERSION_MIN=1.24 +VIYA_K8S_VERSION_MIN=1.26