**Description:** Helm has released version [3.17.0](https://github.com/helm/helm/releases/tag/v3.17.0), which includes a `--take-ownership` flag. ``` --take-ownership if set, upgrade will ignore the check for helm annotations and take ownership of the existing resources ``` This allows existing resources to be imported into the Helm release without stalling or throwing errors, making the transition smooth.