syseleven / designate-certmanager-webhook

cert-manager ACME web-hook implementation for solving DNS01 Challenges
Apache License 2.0
26 stars 21 forks source link

Make all images configurable #68

Open squ94wk opened 3 years ago

squ94wk commented 3 years ago

The chart uses the alpine:latest image for an init container. Since this is not configurable, this can lead to hitting DockerHub image pull limits. In a cluster where I cannot use a private Docker account, but need to make the images public, I can't configure the chart to use another registry.

All images should be configurable with repository and image.