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.
1 parent 4be7441 commit 65c5b6aCopy full SHA for 65c5b6a
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