Skip to content

Commit

Permalink
Merge pull request #484 from Praqma/run-tests-when-upgrading-app
Browse files Browse the repository at this point in the history
Run helm tests also when upgrading chart
  • Loading branch information
mkubaczyk authored Jun 3, 2020
2 parents 965a25b + cf6e48e commit 2c291fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/app/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,10 @@ func (r *release) upgrade(p *plan) {

p.addCommand(cmd, r.Priority, r, before, after)

if r.Test {
r.test(p)
}

}

// reInstall uninstalls a release and reinstalls it.
Expand Down

0 comments on commit 2c291fd

Please sign in to comment.