--history-max int limit the maximum number of revisions saved per release. Use 0 for no limit (default 10)
The default expected behavior we have from Helm is that we have 10 revisions as the default limit. Keeping it at 0 would unintentionally create too many secrets for the revisions.
Acceptance tests
[x] Have you added an acceptance test for the functionality being added? (updated)
Description
Update the default value for max_history to 10 align with Helm upgrade https://helm.sh/docs/helm/helm_upgrade/
The default expected behavior we have from Helm is that we have 10 revisions as the default limit. Keeping it at 0 would unintentionally create too many secrets for the revisions.
Acceptance tests
Release Note
Release note for CHANGELOG:
References
Community Note