Skip to content

Commit

Permalink
Bump the highest supported kubernetes version
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Aug 3, 2023
1 parent fa8bcaa commit eddde88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_nebari/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eddde88

Please sign in to comment.