Skip to content

Commit

Permalink
update makefile kind version to v1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
googs1025 committed Jun 1, 2024
1 parent 50290eb commit 02c68a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.29
ENVTEST_K8S_VERSION = 1.30

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
Expand Down Expand Up @@ -49,7 +49,7 @@ INTEGRATION_TARGET ?= ./test/integration/...
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))

E2E_TARGET ?= ./test/e2e/...
E2E_KIND_VERSION ?= kindest/node:v1.29.1
E2E_KIND_VERSION ?= kindest/node:v1.30.0
USE_EXISTING_CLUSTER ?= false

# For local testing, we should allow user to use different kind cluster name
Expand Down Expand Up @@ -256,7 +256,7 @@ ginkgo: ## Download ginkgo locally if necessary.
KIND = $(shell pwd)/bin/kind
.PHONY: kind
kind:
@GOBIN=$(PROJECT_DIR)/bin GO111MODULE=on $(GO_CMD) install sigs.k8s.io/kind@v0.20.0
@GOBIN=$(PROJECT_DIR)/bin GO111MODULE=on $(GO_CMD) install sigs.k8s.io/kind@v0.23.0

.PHONY: kind-image-build
kind-image-build: PLATFORMS=linux/amd64
Expand Down

0 comments on commit 02c68a2

Please sign in to comment.