Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1549 from kinvolk/niels/cleanup_helm_history
Browse files Browse the repository at this point in the history
feat: define MaxHistory for Helm releases
  • Loading branch information
surajssd authored Aug 25, 2021
2 parents cb5b5c6 + a0b59a4 commit 0b2c14b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cmd/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ func (c controlplaneUpdater) ensureComponent(component, namespace string) error

rollback.Wait = true
rollback.Version = history[0].Version
rollback.MaxHistory = 10

fmt.Printf("Ensuring controlplane component '%s' is properly configured... ", component)

Expand Down

0 comments on commit 0b2c14b

Please sign in to comment.