odpi / egeria-charts

Helm chart repository
https://odpi.github.io/egeria-charts
Apache License 2.0
13 stars 9 forks source link

Allow specific git sha/version of notebooks to be used #178

Closed planetf1 closed 1 year ago

planetf1 commented 2 years ago

Currently in the odpi-egeria-lab chart we always clone the Jupyter notebook repo with defaults - ie we'll use main branch, HEAD.

For compatibility we may wish to ship the charts for each release pointing at a specific SHA (assuming we don't go for a full release process on the charts)

lpalashevski commented 1 year ago

We can start tagging on main branch (same with hashes) just more readable and user friendly.

planetf1 commented 1 year ago

@mandy-chessell @lpalashevski Now that the release chart is done, I'll update & aim to get this working so we can pin the notebook version (with a chart minor version increment)

planetf1 commented 1 year ago

This has been fixed by #206 & #210