We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b15957 commit 8f9b9c6Copy full SHA for 8f9b9c6
1 file changed
pkg/helm/chart.go
@@ -158,6 +158,7 @@ func (c *ActionableChart) Rollback(version int) error {
158
func (c *ActionableChart) Upgrade(chart *chart.Chart, values map[string]interface{}) (*release.Release, error) {
159
client := action.NewUpgrade(c.config)
160
client.Namespace = c.namespace
161
+ client.MaxHistory = maxReleasesToKeep
162
return client.Run(c.releaseName, chart, values)
163
}
164
0 commit comments