• 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
..
chartutil Loading commit data...
downloader Loading commit data...
engine Loading commit data...
getter Loading commit data...
helm Loading commit data...
hooks Loading commit data...
ignore Loading commit data...
kube Loading commit data...
lint Loading commit data...
plugin Loading commit data...
proto/hapi Loading commit data...
provenance Loading commit data...
releasetesting Loading commit data...
releaseutil Loading commit data...
repo Loading commit data...
resolver Loading commit data...
rudder Loading commit data...
storage Loading commit data...
strvals Loading commit data...
tiller Loading commit data...
timeconv Loading commit data...
tlsutil Loading commit data...
urlutil Loading commit data...
version Loading commit data...