pelotech / drone-helm3

Plugin for drone to deploy helm charts using helm3
Apache License 2.0
31 stars 36 forks source link

Add `history_max` setting #110

Closed colinhoglund closed 2 years ago

colinhoglund commented 2 years ago

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: