From 12d2241c440f618dbd2c8ea5f21c37f404681817 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 26 Jul 2023 14:55:12 +0100 Subject: [PATCH] bump highest supported k8s version to 1.24.16 --- src/_nebari/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_nebari/constants.py b/src/_nebari/constants.py index cc8f8e776a..387194a1f7 100644 --- a/src/_nebari/constants.py +++ b/src/_nebari/constants.py @@ -5,7 +5,7 @@ # 04-kubernetes-ingress DEFAULT_TRAEFIK_IMAGE_TAG = "2.9.1" -HIGHEST_SUPPORTED_K8S_VERSION = "1.24.13" +HIGHEST_SUPPORTED_K8S_VERSION = "1.24.16" DEFAULT_GKE_RELEASE_CHANNEL = "UNSPECIFIED" DEFAULT_NEBARI_DASK_VERSION = CURRENT_RELEASE