Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2023-09-11 16:45:47 +08:00
parent 6b532ffd65
commit 6a3df76fa8
1 changed files with 1 additions and 1 deletions

View File

@ -1107,7 +1107,7 @@ func (st *HelmState) PrepareCharts(helm helmexec.Interface, dir string, concurre
selected, err = st.GetSelectedReleases(NeedsOptions{
IncludeTransitiveNeeds: opts.IncludeTransitiveNeeds,
IncludeNeeds: opts.IncludeNeeds,
SkipNeeds: true,
SkipNeeds: opts.SkipNeeds,
})
if err != nil {
return nil, []error{err}