Z2JH Bare Meta k8s v1.25 Helm chart storage change from v.0.11.0 to v1.x

Hi everyone,
I built a new bare metal cluster using k8s v1.25, helm3.x . My “old” jupyterhub v.0.11.0 config was using:
storage:
type: hostPath
extraVolumes:
- name: home
hostPath:
path: /mnt/jhub/2022/{username}
Jupyterhub chart V0.11.0 does seem to work on my new cluster. I tested chart v1.0.0 and v2.0.0 and got this error message:
singleuser.storage.type: singleuser.storage.type must be one of the following: "dynamic", "static", "none"

Does anyone know the new correct syntax to use "hostPath "?

Thanks!
Tony