* ci: Align Helm dependency setup in release workflow
Adds missing Helm dependency setup steps (repo add, dependency build) to the release workflow, mirroring the CI workflow. This ensures that dependencies are correctly handled during linting and packaging in the release process.
* refactor: Scope exporter RBAC to namespace for least privilege
Changed the exporter's ClusterRole and ClusterRoleBinding to a namespaced Role and RoleBinding.
This modification ensures that the exporter, by default, only has permissions to get, list, and watch pods within its own installation namespace. This aligns with the default behavior of IPERF_SERVER_NAMESPACE, which also defaults to the pod's own namespace, thereby adhering more strictly to the principle of least privilege.
Verified with `helm template` that the Role and RoleBinding are correctly created within the release namespace.
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>