Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change helm_release max_history to a better default (10 or 5) instead of 0 (unbounded) #1571

Open
stevo-f3 opened this issue Jan 24, 2025 · 0 comments
Assignees

Comments

@stevo-f3
Copy link

Description

Please consider changing default value of helm_release max_history to 10 (Helm CLI default) or even 5 (Flux HelmRelease default). Leaving it to default to unbounded is a surprise and a risk (can slow down and bring down clusters and helm release operations).

Potential Terraform Configuration

resource "helm_release" "example" {
  name  = "redis"
  chart = "https://charts.bitnami.com/bitnami/redis-10.7.16.tgz"
}

No new feature, just suggesting improvement for the default value of existing optional variable, not to require overriding it all the time.

References

See:

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants