redhat-ai-dev/RHDH Plugin GitOps Updater
Monitors and updates dynamic plugins for Red Hat Developer Hub in GitOps repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | Path to the dynamic plugins config YAML file (e.g., charts/rhdh/values.yaml) | yes | — |
| config-location | Location of the dynamic plugins config inside the YAML file (e.g., global.dynamic.plugins) | no | global.dynamic.plugins |
| github-token | GitHub token for API access and PR creation | yes | — |
| update-pr-strategy | PR creation strategy: "separate" for individual PRs per plugin, "joint" for one PR with all updates | no | separate |
| pr-creation-limit | Maximum number of PRs to create (0 for unlimited, only applies when update-pr-strategy is "separate") | no | 0 |
| verbose | Enable verbose logging (0 = normal, 1 = verbose/debug) | no | 0 |
| tag-prefixes | Tag prefixes to consider when checking for plugin updates (newline-separated list) | no | next__ |
| base-branch | Base branch for pull requests (overrides the branch the workflow runs on) | no | main |
Outputs
no outputs