Skip to content

Commit

Permalink
Update kind and k8s version
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant committed Feb 3, 2024
1 parent ab5356d commit 672bff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admission-webhook/make/dev_cluster.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# K8S version can be overriden
# see available versions at https://hub.docker.com/r/kindest/node/tags
KUBERNETES_VERSION ?= 1.26.0
KUBERNETES_VERSION ?= 1.29.0
# see https://github.com/kubernetes-sigs/kind/releases
KIND_VERSION = 0.17.0
KIND_VERSION = 0.21.0
# https://github.com/helm/helm/releases
HELM_VERSION ?= 3.10.3

Expand Down

0 comments on commit 672bff3

Please sign in to comment.