Pods are not coming up on upgrade to 2025.1

Hi team

I am trying to upgrade sonarqube from 9.98 to 2025.1 version.
it is deployed via argocd on EKS cluster
i tried running it as non-root and root user and tried with images like busybox, debian and left it blank, assuming it would pick the default sonarqube image but it is always throwing an error Init:CrashLoopBackOff or init:runcontainererror

Here is the logs

Normal Created 29m (x5 over 30m) kubelet Created container init-sysctl
Warning Failed 29m (x5 over 30m) kubelet Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: “/bin/bash”: stat /bin/bash: no such file or directory: unknown
Warning BackOff 34s (x139 over 30m) kubelet Back-off restarting failed container init-sysctl in pod sonar-e9b284-sonarqube-0_sonarqube(e5b22b33-b403-4291-be58-4f9e4b220d8f)

Hey there.