• Matt Butcher's avatar
    feat(tiller): limit number of versions stored per release · 0853f490
    Matt Butcher authored
    This adds a new configuration option to Tiller to limit the number of
    records stored per release.
    
    Tiller stores historical release information (helm history, helm
    rollback). This makes it possible to set a maximum number of versions
    per release.
    
    To enable this feature, use `helm init --history-max NNN`. Note that
    because of the restrictions on Deployment objects, you will have to
    re-install Tiller to add a limit.
    
    Along the way, I found an unreported bug in the Memory storage driver.
    This fixes that bug and adds substantially more tests to catch
    regressions.
    
    Closes #2332
    0853f490
Name
Last commit
Last update
..
chart_best_practices Loading commit data...
chart_template_guide Loading commit data...
examples Loading commit data...
helm Loading commit data...
images Loading commit data...
logos Loading commit data...
man/man1 Loading commit data...
architecture.md Loading commit data...
chart_repository.md Loading commit data...
chart_repository_faq.md Loading commit data...
chart_repository_sync_example.md Loading commit data...
chart_tests.md Loading commit data...
charts.md Loading commit data...
charts_hooks.md Loading commit data...
charts_tips_and_tricks.md Loading commit data...
developers.md Loading commit data...
glossary.md Loading commit data...
history.md Loading commit data...
index.md Loading commit data...
install.md Loading commit data...
install_faq.md Loading commit data...
kubernetes_distros.md Loading commit data...
plugins.md Loading commit data...
provenance.md Loading commit data...
quickstart.md Loading commit data...
related.md Loading commit data...
service_accounts.md Loading commit data...
using_helm.md Loading commit data...