• 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
..
helm.md Loading commit data...
helm_completion.md Loading commit data...
helm_create.md Loading commit data...
helm_delete.md Loading commit data...
helm_dependency.md Loading commit data...
helm_dependency_build.md Loading commit data...
helm_dependency_list.md Loading commit data...
helm_dependency_update.md Loading commit data...
helm_fetch.md Loading commit data...
helm_get.md Loading commit data...
helm_get_hooks.md Loading commit data...
helm_get_manifest.md Loading commit data...
helm_get_values.md Loading commit data...
helm_history.md Loading commit data...
helm_home.md Loading commit data...
helm_init.md Loading commit data...
helm_inspect.md Loading commit data...
helm_inspect_chart.md Loading commit data...
helm_inspect_values.md Loading commit data...
helm_install.md Loading commit data...
helm_lint.md Loading commit data...
helm_list.md Loading commit data...
helm_package.md Loading commit data...
helm_plugin.md Loading commit data...
helm_plugin_install.md Loading commit data...
helm_plugin_list.md Loading commit data...
helm_plugin_remove.md Loading commit data...
helm_plugin_update.md Loading commit data...
helm_repo.md Loading commit data...
helm_repo_add.md Loading commit data...
helm_repo_index.md Loading commit data...
helm_repo_list.md Loading commit data...
helm_repo_remove.md Loading commit data...
helm_repo_update.md Loading commit data...
helm_reset.md Loading commit data...
helm_rollback.md Loading commit data...
helm_search.md Loading commit data...
helm_serve.md Loading commit data...
helm_status.md Loading commit data...
helm_test.md Loading commit data...
helm_upgrade.md Loading commit data...
helm_verify.md Loading commit data...
helm_version.md Loading commit data...