From 14c978e9bee52a31f70e7466220604420ff6a479 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 26 Jul 2023 14:57:27 +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