resolved deps even when installed=false (#1120)
fix #1119 revert #1054 Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
This commit is contained in:
parent
4f17c66f03
commit
66935c4080
|
|
@ -223,10 +223,6 @@ func getUnresolvedDependenciess(st *HelmState) (string, *UnresolvedDependencies,
|
|||
unresolved := &UnresolvedDependencies{deps: map[string][]unresolvedChartDependency{}}
|
||||
|
||||
for _, r := range st.Releases {
|
||||
if !r.Desired() {
|
||||
continue
|
||||
}
|
||||
|
||||
repo, chart, ok := resolveRemoteChart(r.Chart)
|
||||
if !ok {
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in New Issue