1.3.2
- Removed the usage of finalizers to block resource deletion.
Since some Helm charts like kube-prometheus-stack can delete dashboards after the removal of the sidecar, it was creating some integration issues. Found a workaround to not need finalizers to enforce the deletion handler function.