Skip to content

Commit 88f38d9

Browse files
authored
Bump HIGHEST_SUPPORTED_K8S_VERSION to 1.34 (#3206)
1 parent e65b6a8 commit 88f38d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_nebari/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 04-kubernetes-ingress
1010
DEFAULT_TRAEFIK_IMAGE_TAG = "2.9.1"
1111

12-
HIGHEST_SUPPORTED_K8S_VERSION = ("1", "32") # specify Major and Minor version
12+
HIGHEST_SUPPORTED_K8S_VERSION = ("1", "34") # specify Major and Minor version
1313
DEFAULT_GKE_RELEASE_CHANNEL = "UNSPECIFIED"
1414

1515
DEFAULT_NEBARI_DASK_VERSION = CURRENT_RELEASE

0 commit comments

Comments
 (0)