K8 Installation cannot Spawn server

I am installing JH through FROM jupyterhub/k8s-hub:2.0.0. I have modified the theme for it. The server runs fine and no issues except when i select the environment i want to spin up. In the hub pod I get

[E 2023-07-11 12:01:19.124 JupyterHub gen:630] Exception in Future <Task finished name='Task-80' coro=<BaseHandler.spawn_single_user.<locals>.finish_user_spawn() done, defined at /usr/local/lib/python3.9/site-packages/jupyterhub/handlers/base.py:954> exception=AttributeError("Expected object of type 'dict' (or 'V1Container') but got 'V1Container'.")> after timeout
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/site-packages/tornado/gen.py", line 625, in error_callback
        future.result()
      File "/usr/local/lib/python3.9/site-packages/jupyterhub/handlers/base.py", line 961, in finish_user_spawn
        await spawn_future
      File "/usr/local/lib/python3.9/site-packages/jupyterhub/user.py", line 850, in spawn
        raise e
      File "/usr/local/lib/python3.9/site-packages/jupyterhub/user.py", line 747, in spawn
        url = await gen.with_timeout(timedelta(seconds=spawner.start_timeout), f)
      File "/usr/local/lib/python3.9/site-packages/kubespawner/spawner.py", line 2657, in _start
        pod = await self.get_pod_manifest()
      File "/usr/local/lib/python3.9/site-packages/kubespawner/spawner.py", line 2022, in get_pod_manifest
        return make_pod( File "/usr/local/lib/python3.9/site-packages/kubespawner/objects.py", line 578, in make_pod
        pod.spec.init_containers = [
      File "/usr/local/lib/python3.9/site-packages/kubespawner/objects.py", line 579, in <listcomp>
        get_k8s_model(V1Container, obj) for obj in init_containers
      File "/usr/local/lib/python3.9/site-packages/kubespawner/utils.py", line 98, in get_k8s_model
        raise AttributeError(
    AttributeError: Expected object of type 'dict' (or 'V1Container') but got 'V1Container'.

Can you start by trying the standard Z2JH Helm chart (version 3.0.0-beta.3) without any customisations- if that doesn’t work please give us us much information as possible to reproduce your error, e.g. how was your k8s cluster setup?