Skip to content

Commit fcbc36a

Browse files
feat(upgrade): it should upgrade to new version instead of the old one
Signed-off-by: paologallinaharbur <[email protected]>
1 parent ab83f06 commit fcbc36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/chart/chart.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ func (t *Testing) doUpgrade(oldChart, newChart *Chart, oldChartMustPass bool) er
628628
return nil
629629
}
630630

631-
if err := t.helm.Upgrade(oldChart.Path(), namespace, release); err != nil {
631+
if err := t.helm.Upgrade(newChart.Path(), namespace, release); err != nil {
632632
return err
633633
}
634634

0 commit comments

Comments
 (0)