diff --git a/pkg/chart/chart.go b/pkg/chart/chart.go index 9abe2396..b222f39d 100644 --- a/pkg/chart/chart.go +++ b/pkg/chart/chart.go @@ -628,7 +628,7 @@ func (t *Testing) doUpgrade(oldChart, newChart *Chart, oldChartMustPass bool) er return nil } - if err := t.helm.Upgrade(oldChart.Path(), namespace, release); err != nil { + if err := t.helm.Upgrade(newChart.Path(), namespace, release); err != nil { return err }