Gitlab Kubernetes Integration - Runner not working after deployment

Greetings,

I am having an issue with my newly deployed runner from the Kubernetes integration page - it deploys helm properly and the runner deploys from the page also just fine.
When I go over to look at the runner status - it has a black triangle exclamation point saying it’s a new runner hasn’t connect yet status. I try to run a job and it says " This job is stuck because the project doesn’t have any runners online assigned to it." even though its listed but has the black triangle status.

I ran the following on the runner deployment in my cluster and get this:

kubectl logs -f runner-gitlab-runner-6fcb8fccb-6rqks -n gitlab-managed-apps
Registration attempt 1 of 30
Runtime platform                                    arch=amd64 os=linux pid=13 revision=692ae235 version=11.9.0
WARNING: Running in user-mode.
WARNING: The user-mode requires you to manually start builds processing:
WARNING: $ gitlab-runner run
WARNING: Use sudo for system-mode:
WARNING: $ sudo gitlab-runner...

Token specified trying to verify runner...
WARNING: If you want to register use the '-r' instead of '-t'.
ERROR: Verifying runner... failed                   runner=9Q32fyxx status=400 Bad Request
Runner registered successfully. Feel free to start it, but if it's running already the config should be automatically reloaded!
Runtime platform                                    arch=amd64 os=linux pid=21 revision=692ae235 version=11.9.0
Starting multi-runner from /home/gitlab-runner/.gitlab-runner/config.toml ...  builds=0
WARNING: Running in user-mode.
WARNING: Use sudo for system-mode:
WARNING: $ sudo gitlab-runner...

Configuration loaded                                builds=0
Metrics server listening                            address=[::]:9252 builds=0
Listen address not defined, session server disabled  builds=0
WARNING: Checking for jobs... failed                runner=9Q32fyxx status=400 Bad Request
WARNING: Checking for jobs... failed                runner=9Q32fyxx status=400 Bad Request
WARNING: Checking for jobs... failed                runner=9Q32fyxx status=400 Bad Request
WARNING: Checking for jobs... failed                runner=9Q32fyxx status=400 Bad Request
WARNING: Checking for jobs... failed                runner=9Q32fyxx status=400 Bad Request

Could someone please assist with this issue.

Thank you!