We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68c59db + 65c5b6a commit 0b6ddc0Copy full SHA for 0b6ddc0
Makefile
@@ -20,7 +20,7 @@ e2e-job:
20
go test -v -race -failfast -timeout 90m ./test/e2e/... --ginkgo.randomizeAllSpecs
21
22
install-olm-crds:
23
- kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.17.0/crds.yaml
+ kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.32.0/crds.yaml
24
25
.PHONY: vendor
26
vendor:
0 commit comments