Add history_max parameter that sets the --history-max flag. This hard codes the same default value as helm (10) and always sets the flag rather than rely on falling back to the underlying helm CLI, since that seems clearer than needing to know the underlying behavior.
Please replace this line with "fixes #ISSUE_NUMBER" (or "relates to #ISSUE_NUMBER", if it is not a complete fix)
Pre-merge checklist:
[x] Code changes have tests
[x] Any config changes are documented:
If the change touches required config, there's a corresponding update to README.md
There's a corresponding update to docs/parameter_reference.md
Add
history_max
parameter that sets the--history-max
flag. This hard codes the same default value as helm (10
) and always sets the flag rather than rely on falling back to the underlying helm CLI, since that seems clearer than needing to know the underlying behavior.Please replace this line with "fixes #ISSUE_NUMBER" (or "relates to #ISSUE_NUMBER", if it is not a complete fix)
Pre-merge checklist:
README.md
docs/parameter_reference.md