Skip to content

Commit

Permalink
updating k8s version
Browse files Browse the repository at this point in the history
Signed-off-by: Jaydip Gabani <[email protected]>
  • Loading branch information
JaydipGabani committed Dec 28, 2024
1 parent 8a71fc6 commit 05cf84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
docker := docker #You can build with podman by doing: make docker=podman
KIND_VERSION ?= 0.23.0
# note: k8s version pinned since KIND image availability lags k8s releases
KUBERNETES_VERSION ?= 1.32.0
KUBERNETES_VERSION ?= 1.30.0
KUSTOMIZE_VERSION ?= 4.5.5
GATEKEEPER_VERSION ?= 3.18.1
BATS_VERSION ?= 1.8.2
Expand Down

0 comments on commit 05cf84f

Please sign in to comment.