rancher / charts-build-scripts

Apache License 2.0
9 stars 31 forks source link

Add ability to cache charts-original #35

Closed aiyengar2 closed 2 years ago

aiyengar2 commented 3 years ago

Currently, every call to make prepare and make patch repulls the tgz file or Github repository, which is really slow.

We should modify this to in some way cache the charts-original, so simultaneous calls to make prepare and make patch don't have to keep re-pulling and deleting the upstream chart.

This caching should never happen on a make charts, make sync, or make validate; only on make prepare and make patch.