Config option `shutdown_on_logout` not recognized by `JupyterHub`

Does anyone try this setting c.JupyterHub.shutdown_on_logout = True in config.yml? It does not seem to work for me and when I looked at the log, I see the warning below:

Config option shutdown_on_logout not recognized by JupyterHub

I think I know the issue. The latest Helm Chart version is still 0.8.2 which is coupled to JupyterHub 0.9.6 (versions-coupled-to-each-chart-release). shutdown_on_logout exists in JupyterHub 1.0.0.

From this post, we still don’t have newer version of Helm Chart coupled to JupyterHub 1.0.0