Hello,
helm question here. I am migrating my library charts to
ghcr.io, so I have to update references in my helm files from
file://../library_charts to
<oci://ghcr.io/my_org/library_charts>So now whenever I run helm repo update, the index file gets generated with
file:// URIs, instead of the new
oci:// URIs.
Where does helm get the URI information from so I can update that source as well and have it point to the
oci:// URI?