I want to suggest the following improvements for setting postfix / postfix-exporter image references through mail Helm values:
- add a
digest key to image dicts - setting one is currently possible by using the tag field, but it's not quite obvious, and (probably) only works with tag@digest formats, not with digest-only (see also comment in #263)
- add
global.imageRegistry key, defaulting to docker.io, which will be used as a prefix to repositorys (joined by / if not already part of global.imageRegistry value)
- add a
registry key (default "") to image dicts, allowing to override default registry from globals for each image
This follows a common structure recognized by at least Renovate - although I have to check if this is also true for global.imageRegistry.
I want to suggest the following improvements for setting
postfix/postfix-exporterimage references throughmailHelm values:digestkey toimagedicts - setting one is currently possible by using thetagfield, but it's not quite obvious, and (probably) only works withtag@digestformats, not with digest-only (see also comment in #263)global.imageRegistrykey, defaulting todocker.io, which will be used as a prefix torepositorys (joined by/if not already part ofglobal.imageRegistryvalue)registrykey (default"") toimagedicts, allowing to override default registry from globals for each imageThis follows a common structure recognized by at least Renovate - although I have to check if this is also true for
global.imageRegistry.