fluxcd / pkg

Toolkit common packages
https://pkg.go.dev/github.com/fluxcd/pkg
Apache License 2.0
45 stars 84 forks source link

Cache persistence to disk #778

Open souleb opened 1 month ago

souleb commented 1 month ago

follow-up to #766

This PR adds a persistence feature to the cache pkg.

The principal use cases is for image-reflector-automation to cache repository tags and to be able to persist them when the controller stop.

makkes commented 1 month ago

If you change the base here to persist-cache, then it's possible to see only the difference to #766.