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
feat: add --chart-path option to run_demo.sh (#186)
Add support for installing custom Helm charts (e.g., umbrella charts for
extensions) instead of the default diracx chart.
Changes:
- Add --chart-path command-line option to specify a custom chart directory
- Default to ${script_dir}/diracx for backward compatibility
- Update usage documentation with the new option
This enables community extensions (like gubbins, lhcbdiracx) to use their
own umbrella charts that depend on the base diracx chart while leveraging
the run_demo.sh infrastructure.
Note: helm dependency build should be run on the custom chart before calling
this script (typically done in CI configuration).
0 commit comments