diff --git a/pkg/issuer/acme/http/http.go b/pkg/issuer/acme/http/http.go index d6fb81209..4c1e660f9 100644 --- a/pkg/issuer/acme/http/http.go +++ b/pkg/issuer/acme/http/http.go @@ -34,7 +34,7 @@ const ( // acmeSolverListenPort is the port acmesolver should listen on acmeSolverListenPort = 8089 // acmeSolverImage is the docker image containing acmesolver to use - acmeSolverImage = "quay.io/jetstack/cert-manager-acmesolver:canary.2" + acmeSolverImage = "jetstackexperimental/cert-manager-acmesolver:canary" ) // svcNameFunc returns the name for the service to solve the challenge