### What do you want to happen? Webhook port seems to be harcoded to `9443` in [Service](https://github.com/kubernetes-sigs/kubebuilder/blob/master/pkg/plugins/optional/helm/v1alpha/scaffolds/internal/templates/chart-templates/webhook/service.go#L58-L60) and [Deployment](https://github.com/kubernetes-sigs/kubebuilder/blob/master/pkg/plugins/optional/helm/v1alpha/scaffolds/internal/templates/chart-templates/manager/manager.go#L108) in the generated chart. If a user changes the port in `config` and overrides it in the manager `webhook-port ` argument, chart will still have the old value. ### KubeBuilder (CLI) Version 4.5.2 ### Extra Labels _No response_