guilhem / freeipa-issuer

A cert-manager external issuer for FreeIPA
Apache License 2.0
31 stars 14 forks source link

Controller container image not resolved #30

Closed ahussey-redhat closed 9 months ago

ahussey-redhat commented 9 months ago

Hello,

I'm testing this out on OpenShift, and noticed that it is failing to pull the controller container image. I had a look in the Deployment and noticed it specifies

          image: 'controller:latest'

Which is very vague. At a minimum it should be <project>/<image-name>:<tag>, and even better would be including the registry name as well docker.io/<project>/<image-name>:tag.

Where is the controller image hosted?

Cheers, Alex

ahussey-redhat commented 9 months ago

I've built and pushed it to quay.io incase anyone needs it https://quay.io/repository/ahussey/freeipa-issuer-controller?tab=tags

ahussey-redhat commented 9 months ago

Closing in favour of using the native ACME integration