mirror of https://github.com/helm/helm
pkg/engine/engine.go: - Return early when NewAccessor fails on main chart to avoid nil pointer panic on subsequent MetadataAsMap() call (line 541) - Handle NewAccessor error on child dependencies instead of silently discarding it (resolves TODO on line 562) pkg/storage/storage.go: - Replace panic() calls in ListUninstalled and ListDeployed filter functions with Warn + return false, so a single corrupted release does not crash the entire list operation Signed-off-by: Adesh Deshmukh <adeshkd123@gmail.com>pull/32346/head
parent
68977ec0b5
commit
25ce769be5
Loading…
Reference in new issue