jupyterhub / helm-chart

A store of Helm chart tarballs for deploying JupyterHub and BinderHub on a Kubernetes cluster
https://jupyterhub.github.io/helm-chart/
188 stars 74 forks source link

Automate update of information #106

Closed adriendelsalle closed 4 years ago

adriendelsalle commented 4 years ago

Thank you for this source of information!

I was a bit lost initially using JHub on kube between the Hub version and its helm chart version, see https://github.com/jupyterhub/jupyterhub/issues/3012.

Would it be possible to automate update of the README.md of this repo when tagging/building the helm chart from the Z2JH project? The 0.9.0 version of helm chart using JHub 1.1.0 is currently missing from this repo.

Thanks!

adriendelsalle commented 4 years ago

ping @consideRatio Could you please review? Thanks!

consideRatio commented 4 years ago

The issue with automation is that it is one other piece that can break, require maintenance, and documentation so everybody in the open source project can understand it.

I don't find it easy enough to automate this to motivate this automation, but I'll update the version mapping manually now.

consideRatio commented 4 years ago

Done!

Thanks for reporting this @adriendelsalle ! :heart:

manics commented 4 years ago

The app version should be in the Chart.yaml, so it might be possible to automatically read and incorporate it into the generated page using jekyll. I'll investigate.....

manics commented 4 years ago

See for example https://www.manicstreetpreacher.co.uk/kubernetes-omero/ It's ages since I've updated that, so I'll have to see how to port those changes to here

manics commented 4 years ago

https://github.com/jupyterhub/helm-chart/pull/107 was merged! You can see the JupyterHub versions on https://jupyterhub.github.io/helm-chart/

adriendelsalle commented 4 years ago

Great job! Thanks @manics !