You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe we already use chart-releaser for some things in the pipeline.
It's worth noting that the helm repo index command also exists for this purpose.
I'm thinking part of the reason why this is done manually is because there are extra annotations that exist in our index entries that may not exist in the charts. Specifically, annotations that correspond with experience improvements within the Developer Hub UX. Don't quote me on it, but I could spend some time at some point looking for it.
Currently we update the index.yaml with a series of git commands:
charts/scripts/src/chartrepomanager/chartrepomanager.py
Lines 310 to 453 in 5a50339
chart-releaser provides a way to update an index, see https://github.com/helm/chart-releaser/blob/main/doc/cr_index.md
We should make use of it, via a dedicated action, see https://github.com/helm/chart-releaser-action
The text was updated successfully, but these errors were encountered: