[release-1.10] ci(backstage): skip plugin downloads in PR checks and use chart defaults - #482
Conversation
e000710 to
3c9796a
Compare
Instead of requiring the 'chart' input, the helm template step now discovers charts to test using the same logic as ct: explicit chart input, all charts, or ct list-changed.
The step runs before the KinD cluster exists, so Helm falls back to its built-in default (v1.25.0), which fails the kubeVersion constraint.
…s action These inputs are new on main and not needed on the release-1.10 branch.
…index The 5.12.8 release uses the 1.10 catalog index image which is currently broken, causing upgrade tests to fail. Will be re-enabled in a followup.
|
|
manual cherry-pick - merging to unblock CI. |
Code Review by Qodo
Context used✅ Cross-repo context Explored:
repo: redhat-developer/rhdh (branch: release-1.10, sha: da65cdf8) Not relevant to this PR:
redhat-developer/rhdh-plugins Not relevant to this PR:
redhat-developer/rhdh-must-gather 1. Unpinned yq dependency
|
PR Summary by QodoCI(backstage): skip dynamic plugin downloads and add Helm template sanity check
AI Description
Diagram
High-Level Assessment
Files changed (14)
|



Manual cherry-pick of #480