source-controller/internal/helm
Soule BA 366f5cfde8
Cache HelmRepository index files
If implemented, will provide users with a way to cache index files.

This addresses issues where the index file is loaded and unmarshalled in
concurrent reconciliation resulting in a heavy memory footprint.

The caching strategy used is cache aside, and the cache is a k/v store
with expiration.

The cache number of entries and ttl for entries are configurable.

The cache is optional and is disabled by default

Signed-off-by: Soule BA <soule@weave.works>
2022-04-01 12:41:52 +02:00
..
chart Cache HelmRepository index files 2022-04-01 12:41:52 +02:00
getter Move TransportPool to its own package 2022-03-25 19:08:50 +00:00
repository Move TransportPool to its own package 2022-03-25 19:08:50 +00:00
testdata internal/helm: add remote builder tests 2021-11-19 17:04:00 +01:00
helm.go internal/helm: test load funcs for max size cases 2021-11-19 17:04:00 +01:00