in internal/versionchecker/fromservice.go:28
var imageVersion = regexp.MustCompile(``^quay.io/jetstack/cert-manager-webhook:(v(?:\d+)\.(?:\d+)\.(?:\d+)(?:.*))$``)
the dot before 'io' shoule be escaped, otherwise, it will have potential risk to match more hosts.