Define "imagePullSecrets" for scheduler and worker image

I am using dask-gateway(v.2022.6.1) helm chart to create dask cluster on demand for users.
I wanted to use my custom scheduler and worker docker image.
How I can use custom docker image for scheduler and worker ? Since its a custom image I also need to specify imagePullSecrets for each docker image so where I can mention imagePullSecrets in values.yaml?

@meghna Welcome to Discourse!

I also need to specify imagePullSecrets for each docker image

Looks like we can’t specify imagePullSecrets as of today, but there is an open PR to add this option here: Helm chart: add imagePullSecrets for gateway.backend by chadsr · Pull Request #583 · dask/dask-gateway · GitHub