Closed cprass closed 1 year ago
I think this has something to do with the image being outdated.
The feature making zoneName
optional was introduced in 24d81c1ddb53ce837672c33ef9fb30ae2ebd50f7 which was committed in Aug 21, 2021. The latest image tag was build with a version from back in May 8, 2020 (DockerHub).
Publishing a new image might fix this (#13)
Facing the same issue, let's ping the owner :p @vadimkim hope he has time to publish
Hi! Give me couple of days to remember how to publish new images
I published new image on dockerhub and updated the index file. But latest changes were not merged into master. Will check what has been changed and make another release: 1.1.1 not to break the existing one
Published version 1.1.1. Docker image is the same as for 1.1.0
Hi, first of all thanks for your work.
I'm trying to use the Hetzner solver but it doesn't quite work.
I want to add a single
ClusterIssuer
for multiple DNS zones, so I didn't add thezoneName
config to the issuer.Then I created a simple certificate:
I get this logs from the webhook pod:
After looking at the code it looks like the zoneName is required even tho the docs say it's optional. The
dnsNames
entry is the FQDN and equal to the Hetzner zone-name in my case.Am I maybe missing something?