File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ UPTEST_LOCAL_VERSION = v0.13.0
3535UPTEST_LOCAL_CHANNEL = stable
3636KUSTOMIZE_VERSION = v5.3.0
3737YQ_VERSION = v4.40.5
38- CROSSPLANE_VERSION = 1.17.6
38+ CROSSPLANE_VERSION = 1.17.1
3939CRDDIFF_VERSION = v0.12.1
4040
4141export UP_VERSION := $(UP_VERSION )
@@ -114,7 +114,7 @@ dev: $(KIND) $(KUBECTL)
114114 @$(KIND ) create cluster --name=$(PROJECT_NAME ) -dev
115115 @$(KUBECTL ) cluster-info --context kind-$(PROJECT_NAME ) -dev
116116 @$(INFO ) Installing Crossplane CRDs
117- @$(KUBECTL ) apply -k https://github.com/crossplane/crossplane// cluster? ref=master
117+ @$(KUBECTL ) apply -k https://github.com/crossplane/crossplane/cluster? ref=master
118118 @$(INFO ) Installing Provider CRDs
119119 @$(KUBECTL ) apply -R -f package/crds
120120 @$(INFO ) Starting Provider controllers
You can’t perform that action at this time.
0 commit comments