helm-push icon indicating copy to clipboard operation
helm-push copied to clipboard

add pushed charts to cached index

Open alice-sawatzky opened this issue 4 years ago • 2 comments

when pushing a chart, it would be nice if the chart was added to the local repo index cache immediately, instead of requiring a slow helm repo update. My current CI workflow would speed up quite a bit if it didn't need to re-fetch the chart index it just pushed to to be able to pull the chart.

alice-sawatzky avatar May 02 '20 02:05 alice-sawatzky

I wonder: what makes the repo update so slow, that this change would cause a considerable performance gain? I mean, it's only one file you have to download.

sagikazarmark avatar Sep 01 '20 15:09 sagikazarmark

i'm not sure, but it takes several hundred ms, and with a lot of repos that adds up

alice-sawatzky avatar Sep 09 '20 19:09 alice-sawatzky