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
9
9
export 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)
10
10
export GIT_VERSION = $(shell git describe --dirty --tags --always)
11
11
export 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
13
14
14
15
# Build settings
15
16
export TOOLS_DIR = tools/bin
@@ -185,12 +186,12 @@ cluster-create::
185
186
186
187
.PHONY : dev-install
187
188
dev-install ::
188
- $(SCRIPTS_DIR ) /fetch kind 0.24.0
189
+ $(SCRIPTS_DIR ) /fetch kind $( KIND_VERSION )
189
190
$(SCRIPTS_DIR ) /fetch kubectl $(K8S_VERSION ) # Install kubectl AFTER envtest because envtest includes its own kubectl binary
190
191
191
192
.PHONY : test-e2e-teardown
192
193
test-e2e-teardown :
193
- $(SCRIPTS_DIR ) /fetch kind 0.24.0
194
+ $(SCRIPTS_DIR ) /fetch kind $( KIND_VERSION )
194
195
$(TOOLS_DIR ) /kind delete cluster --name $(KIND_CLUSTER )
195
196
rm -f $(KUBECONFIG )
196
197
You can’t perform that action at this time.
0 commit comments