Skip to content

Improve image references in Helm values by adding support for digests and registry fields #269

@outofrange

Description

@outofrange

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions