Skip to content

Commit d048c6a

Browse files
chore(deps): update kindest/node docker tag to v1.35.0 (#6074)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f57204 commit d048c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefiles/kind.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif
1616
endif
1717

1818
# renovate: datasource=docker depName=kindest/node packageName=kindest/node versioning=semver
19-
K8S_VERSION ?= v1.34.3
19+
K8S_VERSION ?= v1.35.0
2020

2121
KIND_NETWORK_UNDERLAY = $(shell echo $${KIND_NETWORK_UNDERLAY:-kind})
2222
UNDERLAY_NETWORK_VAR_PREFIX = DOCKER_NETWORK_$(shell echo $(KIND_NETWORK_UNDERLAY) | tr '[:lower:]-' '[:upper:]_')

0 commit comments

Comments
 (0)