Skip to content

Conversation

@chrisburr
Copy link
Member

Summary

Add --only-download-deps option to download helm/kubectl/kind binaries and plugins, then exit early.

This allows CI and other workflows to download dependencies first, then use the downloaded binaries for other operations before running the full demo script.

Changes

  • Add --only-download-deps command-line option
  • Exit early after downloading dependencies when this option is used
  • Update usage documentation

Use Case

This is particularly useful for extensions that need to prepare Helm charts before starting the demo:

# Step 1: Download dependencies
./run_demo.sh --only-download-deps

# Step 2: Use downloaded helm to build chart dependencies
./.demo/helm dependency build /path/to/custom-chart

# Step 3: Run demo with custom chart
./run_demo.sh --chart-path /path/to/custom-chart

Related PRs

Add option to download helm/kubectl/kind binaries and plugins, then exit.

Changes:
- Add --only-download-deps command-line option
- Exit early after downloading dependencies when this option is used
- Update usage documentation

This allows CI and other workflows to:
1. Download dependencies first with --only-download-deps
2. Use the downloaded helm binary for other operations (e.g., helm dependency build)
3. Then run the full demo script

This is useful for extensions that need to prepare Helm charts before
starting the demo.
@chrisburr chrisburr marked this pull request as ready for review October 27, 2025 13:42
@chrisburr chrisburr merged commit 9c70856 into DIRACGrid:master Oct 27, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant