hashicorp / terraform-provider-helm

Terraform Helm provider
https://www.terraform.io/docs/providers/helm/
Mozilla Public License 2.0
1.01k stars 371 forks source link

Update max_history default value to 10 #1525

Open locmai opened 3 weeks ago

locmai commented 3 weeks ago

Description

Update the default value for max_history to 10 align with Helm upgrade https://helm.sh/docs/helm/helm_upgrade/

--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

Release Note

Release note for CHANGELOG:

...

References

Community Note

hashicorp-cla-app[bot] commented 3 weeks ago

CLA assistant check
All committers have signed the CLA.