odpi / egeria-charts

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

#178 allow notebook git tag to be specified for checkout #206

Closed planetf1 closed 1 year ago

planetf1 commented 2 years ago

Signed-off-by: Nigel Jones nigel.l.jones+git@gmail.com

This PR allows a specific version of the egeria-jupyer-notebooks repository to be checked out when the jupyter container is launched. this is defined in the yaml for the jupyter deployment.

A tag or branch can be specified by setting 'jupyter.gitTagForNotebooks'. If no value is specified, the the default branch (main) will be used.

In the chart values, the default value for this parm is set to: "main"

So for example, if we wanted to use the 'v313test' tag we'd deploy the chart with:

helm install lab odpi-egeria-lab --set jupyter.tokenPlain='s3cr3t!' --set jupyter.gitTagForNotebooks=v313test --set strimzi.enabled=false --devel