### What happened? https://github.com/helm/helm/blob/release-3.18/pkg/chartutil/jsonschema.go#L85 this can result in a panic: ``` panic: interface conversion: interface {} is nil, not map[string]interface {} ``` ### What did you expect to happen? no panic ### How can we reproduce it (as minimally and precisely as possible)? I don't currently have a concise set of repro steps ### Helm version <details> ```console $ helm version # paste output here ``` </details> ### Kubernetes version <details> ```console $ kubectl version # paste output here ``` </details>
What happened?
https://github.com/helm/helm/blob/release-3.18/pkg/chartutil/jsonschema.go#L85
this can result in a panic:
What did you expect to happen?
no panic
How can we reproduce it (as minimally and precisely as possible)?
I don't currently have a concise set of repro steps
Helm version
Details
```console $ helm version # paste output here ```Kubernetes version
Details