Skip to content

Commit cf6e48e

Browse files
author
Mateusz Kubaczyk
committed
Run helm tests also when upgrading chart
1 parent 469ecf8 commit cf6e48e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/app/release.go

+4
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,10 @@ func (r *release) upgrade(p *plan) {
355355

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

358+
if r.Test {
359+
r.test(p)
360+
}
361+
358362
}
359363

360364
// reInstall uninstalls a release and reinstalls it.

0 commit comments

Comments
 (0)