Skip to content

Commit 0b6ddc0

Browse files
authored
Merge pull request #648 from camilamacedo86/update-olm-makefile-target
NO-ISSUE: Update CRD version installed via makefile target
2 parents 68c59db + 65c5b6a commit 0b6ddc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ e2e-job:
2020
go test -v -race -failfast -timeout 90m ./test/e2e/... --ginkgo.randomizeAllSpecs
2121

2222
install-olm-crds:
23-
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.17.0/crds.yaml
23+
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.32.0/crds.yaml
2424

2525
.PHONY: vendor
2626
vendor:

0 commit comments

Comments
 (0)