We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Helm v3 has an argument
--history-max int limit the maximum number of revisions saved per release. Use 0 for no limit.
but it doesn't seem like there is a way to pass it. I've tried to pass it via
helmDefaults: args: - --history-max - 5
It works for upgrade command, but "helm list" command fails with
Listing releases matching ^ingx$ exec: helm list --filter ^ingx$ --history-max 5 exec: helm list --filter ^ingx$ --history-max 5: getting deployed release version failed:helm exited with status 1: Error: unknown flag: --history-max worker 2/2 finished
Ideally, there will be a variable "historyMax" on the release level.
The text was updated successfully, but these errors were encountered:
I agree. historyMax on release level would be awesome. I'm willing to implement this.
Sorry, something went wrong.
Add historyMax (#1022)
ac534a8
Resloves #868
@nauxliu @mumoshu after this change the helm environment variable HELM_MAX_HISTORY is not working
see: #2148
No branches or pull requests
Helm v3 has an argument
--history-max int limit the maximum number of revisions saved per release. Use 0 for no limit.
but it doesn't seem like there is a way to pass it.
I've tried to pass it via
It works for upgrade command, but "helm list" command fails with
Ideally, there will be a variable "historyMax" on the release level.
The text was updated successfully, but these errors were encountered: