#helm (2022-01)

Archive: https://archive.sweetops.com/helm/

2022-01-25

Saichovsky avatar
Saichovsky

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?

    keyboard_arrow_up