Skip to content

Commit

Permalink
rename the cert-manager-ctl image reference
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <[email protected]>
  • Loading branch information
inteon committed Mar 27, 2024
1 parent be0b7d2 commit a30b951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/test-e2e.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ e2e-setup-cert-manager: | kind-cluster $(NEEDS_HELM) $(NEEDS_KUBECTL)
--set webhook.image.repository=$(quay.io/jetstack/cert-manager-webhook.REPO) \
--set webhook.image.tag=$(quay.io/jetstack/cert-manager-webhook.TAG) \
--set webhook.image.pullPolicy=Never \
--set startupapicheck.image.repository=$(quay.io/jetstack/cert-manager-ctl.REPO) \
--set startupapicheck.image.tag=$(quay.io/jetstack/cert-manager-ctl.TAG) \
--set startupapicheck.image.repository=$(quay.io/jetstack/cert-manager-startupapicheck.REPO) \
--set startupapicheck.image.tag=$(quay.io/jetstack/cert-manager-startupapicheck.TAG) \
--set startupapicheck.image.pullPolicy=Never \
cert-manager cert-manager >/dev/null

Expand Down

0 comments on commit a30b951

Please sign in to comment.