File tree Expand file tree Collapse file tree 3 files changed +350
-349
lines changed Expand file tree Collapse file tree 3 files changed +350
-349
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ export IMAGE_VERSION = v1.40.0
99export SIMPLE_VERSION = $(shell (test "$(shell git describe --tags) " = "$(shell git describe --tags --abbrev=0) " && echo $(shell git describe --tags) ) || echo $(shell git describe --tags --abbrev=0) +git)
1010export GIT_VERSION = $(shell git describe --dirty --tags --always)
1111export GIT_COMMIT = $(shell git rev-parse HEAD)
12- export K8S_VERSION = 1.32.0
12+ export K8S_VERSION = 1.33.1
13+ export KIND_VERSION = 0.29.0
1314
1415# Build settings
1516export TOOLS_DIR = tools/bin
@@ -185,12 +186,12 @@ cluster-create::
185186
186187.PHONY : dev-install
187188dev-install ::
188- $(SCRIPTS_DIR ) /fetch kind 0.24.0
189+ $(SCRIPTS_DIR ) /fetch kind $( KIND_VERSION )
189190 $(SCRIPTS_DIR ) /fetch kubectl $(K8S_VERSION ) # Install kubectl AFTER envtest because envtest includes its own kubectl binary
190191
191192.PHONY : test-e2e-teardown
192193test-e2e-teardown :
193- $(SCRIPTS_DIR ) /fetch kind 0.24.0
194+ $(SCRIPTS_DIR ) /fetch kind $( KIND_VERSION )
194195 $(TOOLS_DIR ) /kind delete cluster --name $(KIND_CLUSTER )
195196 rm -f $(KUBECONFIG )
196197
You can’t perform that action at this time.
0 commit comments