Skip to content

Commit 4a6ee7e

Browse files
Merge branch 'main' into renovate/github.com-hashicorp-go-getter-1.x
2 parents 56f3980 + 6dbeb59 commit 4a6ee7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ UPTEST_LOCAL_VERSION = v0.13.0
3535
UPTEST_LOCAL_CHANNEL = stable
3636
KUSTOMIZE_VERSION = v5.3.0
3737
YQ_VERSION = v4.40.5
38-
CROSSPLANE_VERSION = 1.17.6
38+
CROSSPLANE_VERSION = 1.17.1
3939
CRDDIFF_VERSION = v0.12.1
4040

4141
export 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

0 commit comments

Comments
 (0)