Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ test: manifests generate fmt vet setup-envtest download-extra-crds ## Run tests.
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test $$(go list ./... | grep -v /e2e) -coverprofile cover.out

# renovate: datasource=github-releases depName=cert-manager/cert-manager
CERT_MANAGER_VERSION := v1.19.1
CERT_MANAGER_VERSION := v1.20.3
testdata/crds/cert-manager-crds.yaml:
@mkdir -p $(@D)
curl -sSLo $@ \
Expand Down