You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for apolo_app_id Helm Value (#158)
* Add support for ConfigMap in CustomDeployment inputs and values generation
* Refactor ConfigMap handling to use a consistent name and improve documentation
* Add app_id parameter to value processors and update related functions
* fix tests
* Add test for custom deployment values with app_id parameter
Update output generation to use app instance id from k8s (#156)
* Update output generation to use app instance id from k8s
* missing test fix
* Refactor to use INSTANCE_LABEL constant for Kubernetes app instance identification across output modules
Jupyter new image (#145)
* feat: update Jupyter configuration to use new container images and adjust input types
* fix: update Jupyter mount path from /root/notebooks to /home/jovyan
* fix tests
* add apolo image as default in jupyter, add customization option
* fix: update Jupyter default mount path from /home/jovyan to /root/notebooks