Skip to content

Commit d71f0b7

Browse files
committed
Update kubebuilder to 1.25.0
1 parent babcf06 commit d71f0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ managers:
9595
manager-cloudstack-infrastructure: ## Build manager binary.
9696
CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} go build -ldflags "${LDFLAGS} -extldflags '-static'" -o $(BIN_DIR)/manager .
9797

98-
export K8S_VERSION=1.19.2
98+
export K8S_VERSION=1.25.0
9999
$(KUBECTL) $(API_SERVER) $(ETCD) &:
100100
cd $(TOOLS_DIR) && curl --silent -L "https://go.kubebuilder.io/test-tools/${K8S_VERSION}/$(shell go env GOOS)/$(shell go env GOARCH)" --output - | \
101101
tar -C ./ --strip-components=1 -zvxf -

0 commit comments

Comments
 (0)