-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to limit number of old charts? #376
Comments
i was about to ask the very same question :) anyone knows? |
I'm using Minio as a storage backend, and just implemented a simple retention policy in there. |
In GCP bucket as of today I need to do something like keep last 10 for a specific name pattern, as this is not supported I end up running Jenkins based life cycling script, I have around ~15 000 charts to be maintained, this is really important feature. |
It is implemented in my PR #466 |
Is there currently any way to limit number of old charts cumulating over time?
There was some idea to do this back in 2018: #135 but looks like it was never finished.
The text was updated successfully, but these errors were encountered: