Helm Charts from OCI based registries are a lot easier to move from one environment/registry to another, since it's exactly the same process as with other OCI artifacts like images.
It also makes helm repo ... interactions unnecessary, (imho) simplifying working with Helm even more.
It would be great if the mail chart would not only be available through GitHub Pages / https://bokysan.github.io/docker-postfix repo, but also as oci://docker.io/boky/mail (or maybe oci://docker.io/boky-charts/mail if images should be kept seperate from charts, but can't think of a good reason for splitting it).
Helm Charts from OCI based registries are a lot easier to move from one environment/registry to another, since it's exactly the same process as with other OCI artifacts like images.
It also makes
helm repo ...interactions unnecessary, (imho) simplifying working with Helm even more.It would be great if the mail chart would not only be available through GitHub Pages / https://bokysan.github.io/docker-postfix repo, but also as
oci://docker.io/boky/mail(or maybeoci://docker.io/boky-charts/mailif images should be kept seperate from charts, but can't think of a good reason for splitting it).