Open mawatech opened 4 months ago
Thanks for bringing this up, @mawatech!
That will definitely be a breaking change, since that mount path is hard-coded right now.
Are there other breaking changes to consider in v3?
This seems like a two-part fix:
image.tag
and config path value (+ any other necessary adjustments). Whether that's a major version increment for this chart as well, I defer for discussion.
- When v3 is officially released, update the default
image.tag
and config path value (+ any other necessary adjustments). Whether that's a major version increment for this chart as well, I defer for discussion.
I would argue for a major chart version increment for two reasons - the underlying image is a major change, and as well we are introducing breaking changes to the chart
With the next release the config path will change from
/etc/docker/registry/config.yml
to/etc/distribution/config.yml
See https://github.com/distribution/distribution/pull/4365
Perhaps it make sense to make the mount path configurable?