File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -23,18 +23,19 @@ NPROCS ?= 1
23
23
# to half the number of CPU cores.
24
24
GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS ) / 2 ) ) )
25
25
26
- GOLANGCILINT_VERSION ?= 1.63.4
26
+ GOLANGCILINT_VERSION ?= 2.1.2
27
27
GO_STATIC_PACKAGES = $(GO_PROJECT ) /cmd/provider
28
28
GO_LDFLAGS += -X $(GO_PROJECT ) /pkg/version.Version=$(VERSION )
29
29
GO_SUBDIRS += cmd pkg apis
30
30
GO111MODULE = on
31
- GOLANGCILINT_VERSION = 2.1.2
32
31
-include build/makelib/golang.mk
33
32
34
33
# ====================================================================================
35
34
# Setup Kubernetes tools
36
- KIND_NODE_IMAGE_TAG ?= v1.23.4
37
- DOCKER_REGISTRY ?= "xpkg.upbound.io"
35
+ KIND_NODE_IMAGE_TAG ?= v1.30.13
36
+ KIND_VERSION ?= v0.29.0
37
+ KUBECTL_VERSION ?= v1.30.13
38
+ CROSSPLANE_CLI_VERSION ?= v1.20.0
38
39
-include build/makelib/k8s_tools.mk
39
40
40
41
# ====================================================================================
Original file line number Diff line number Diff line change 102
102
103
103
echo_step " tag controller image and load it into kind cluster"
104
104
105
- docker tag " ${CONTROLLER_IMAGE} " " xpkg.upbound .io/${PACKAGE_NAME} "
106
- " ${KIND} " load docker-image " xpkg.upbound .io/${PACKAGE_NAME} " --name=" ${K8S_CLUSTER} "
105
+ docker tag " ${CONTROLLER_IMAGE} " " xpkg.crossplane .io/${PACKAGE_NAME} "
106
+ " ${KIND} " load docker-image " xpkg.crossplane .io/${PACKAGE_NAME} " --name=" ${K8S_CLUSTER} "
107
107
108
108
echo_step " create crossplane-system namespace"
109
109
You can’t perform that action at this time.
0 commit comments