File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ GO_TEST_COVERAGE_VERSION := 2.17.0
1717HELM_DOCS_VERSION = 1.14.2
1818
1919# renovate: datasource=github-releases depName=kubernetes-sigs/kind versioning=semver
20- KIND_VERSION ?= 0.29 .0
20+ KIND_VERSION ?= 0.30 .0
2121
2222# renovate: datasource=github-releases depName=kubernetes-sigs/kubebuilder versioning=semver
2323KUBEBUILDER_VERSION = 4.9.0
@@ -28,7 +28,7 @@ LICENSEI_VERSION = 0.9.0
2828# renovate: datasource=go depName=github.com/stern/stern versioning=semver
2929STERN_VERSION := 1.33.0
3030
31- ENVTEST_K8S_VERSION := 1.33 .0
31+ ENVTEST_K8S_VERSION := 1.34 .0
3232
3333BIN := ${PWD}/bin
3434
@@ -68,7 +68,7 @@ GO_TEST_COVERAGE := ${BIN}/go-test-coverage
6868HELM_DOCS := ${BIN}/helm-docs
6969
7070KIND := ${BIN}/kind
71- KIND_IMAGE ?= kindest/node:v1.33 .0@sha256:02f73d6ae3f11ad5d543f16736a2cb2a63a300ad60e81dac22099b0b04784a4e
71+ KIND_IMAGE ?= kindest/node:v1.34 .0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a
7272KIND_CLUSTER := kind
7373
7474KUBEBUILDER := ${BIN}/kubebuilder
You can’t perform that action at this time.
0 commit comments