https://github.com/quintush/helm-unittest is deprecated. https://github.com/helm-unittest/helm-unittest has new releases now which means it's now preferred to use. Unfortunately there are some changes outside of just replacing the plugin, such as: 1. `equal` to `null` now fails The following: ``` equal: path: webhooks[0].clientConfig.caBundle value: null ``` needs to be replaced with ``` notExists: path: webhooks[0].clientConfig.caBundle ``` 2. Many failures exist in `eck-stack` helm charts after replacement that will also need to be addressed.