How to disable deployment of ingress controller?

Hi,

I’ve uninstalled the helm chart for the shipped ingress controller, beacuse we use an ingress-nginx behind metallb loadbalancer.
After a temporary blackout I restartet the whole rke2-cluster.
On start rke2 calls a installed a few helm charts again. Among them the ingress controller.
How can I either completely disable the rke2-ingress controller (should not install again) or how can I configure it permanently not to watch vor ingresses without given ingress class?

$ kubectl get po -n kube-system | grep Completed
helm-install-rke2-canal-sdj6n                        0/1     Completed   0          8d
helm-install-rke2-coredns-lrjjz                      0/1     Completed   0          8d
helm-install-rke2-ingress-nginx-czmst                0/1     Completed   0          8d
helm-install-rke2-kube-proxy-cgndr                   0/1     Completed   0          8d
helm-install-rke2-metrics-server-rnbpj               0/1     Completed   0          8d

Thanks, Andreas