Skip to content

Commit

Permalink
Update to cert-manager v1.15.2
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Wall <richard.wall@venafi.com>
  • Loading branch information
wallrj committed Jul 30, 2024
1 parent 3723cb5 commit 80331d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SHELL := bash
# successful.
#
# See README.md#Release Process for more details.
CERT_MANAGER_VERSION ?= 1.15.0
CERT_MANAGER_VERSION ?= 1.15.2
export BUNDLE_VERSION ?= $(CERT_MANAGER_VERSION)


Expand Down Expand Up @@ -276,7 +276,7 @@ kind-cluster: ${kind}
bundle-test: ## Build bundles and test locally as described at https://operator-framework.github.io/community-operators/testing-operators/
bundle-test: $(cmctl) bundle-build bundle-push catalog-build catalog-push kind-cluster deploy-olm catalog-deploy subscription-deploy
timeout 5m sed '/install strategy completed/q' < <(kubectl get events --namespace operators --watch)
$(cmctl) check api --wait=5m
$(cmctl) check api --wait=5m
$(cmctl) version -o yaml

.PHONY: clean-kind-cluster
Expand Down

0 comments on commit 80331d9

Please sign in to comment.