twuni / docker-registry.helm

Helm chart for a Docker registry. Successor to stable/docker-registry chart.
Apache License 2.0
309 stars 146 forks source link

fix: Disable blob caching when garbage-collection is enabled #105

Open 0xDEC0DE opened 1 year ago

0xDEC0DE commented 1 year ago

The garbage-collection cronjob will cause the registry to go into an inconsistent state if the blob cache is not cleared afterward.

Since the cronjob has no facility for doing that, disable blob caching entirely when garbage-collection is in use.

Fixes: Issue #104