Skip to content

Commit

Permalink
Run helm tests also when upgrading chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kubaczyk committed Jun 2, 2020
1 parent 469ecf8 commit cf6e48e
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 cf6e48e

Please sign in to comment.