Skip to content

Commit a30b951

Browse files
committed
rename the cert-manager-ctl image reference
Signed-off-by: Tim Ramlot <[email protected]>
1 parent be0b7d2 commit a30b951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/test-e2e.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ e2e-setup-cert-manager: | kind-cluster $(NEEDS_HELM) $(NEEDS_KUBECTL)
3131
--set webhook.image.repository=$(quay.io/jetstack/cert-manager-webhook.REPO) \
3232
--set webhook.image.tag=$(quay.io/jetstack/cert-manager-webhook.TAG) \
3333
--set webhook.image.pullPolicy=Never \
34-
--set startupapicheck.image.repository=$(quay.io/jetstack/cert-manager-ctl.REPO) \
35-
--set startupapicheck.image.tag=$(quay.io/jetstack/cert-manager-ctl.TAG) \
34+
--set startupapicheck.image.repository=$(quay.io/jetstack/cert-manager-startupapicheck.REPO) \
35+
--set startupapicheck.image.tag=$(quay.io/jetstack/cert-manager-startupapicheck.TAG) \
3636
--set startupapicheck.image.pullPolicy=Never \
3737
cert-manager cert-manager >/dev/null
3838

0 commit comments

Comments
 (0)