• 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
_proto Loading commit data...
cmd Loading commit data...
docs Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
testdata Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
circle.yml Loading commit data...
code-of-conduct.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
versioning.mk Loading commit data...