fix(ci): temporarily pin catalog index image in CI to 1.10-51 to work around wrong lightspeed OCI refs [RHDHBUGS-3095]#387
Conversation
…tspeed OCI refs The latest catalog index image contains incorrect OCI references for the lightspeed plugins (pointing to ghcr instead of registry.access.redhat.com). Pin to 1.10-51 in CI workflows until the upstream image is fixed. Ref: RHDHBUGS-3095
Code Review by Qodo
Context used 1. Release CI uses wrong index
|
|
1.10-51 to work around wrong lightspeed OCI refs [RHDHBUGS-3095]1.10-51 to work around wrong lightspeed OCI refs [RHDHBUGS-3095]
Review Summary by QodoPin catalog index image to 1.10-51 to fix lightspeed OCI refs
WalkthroughsDescription• Pin catalog index image to 1.10-51 in CI workflows • Workaround for incorrect lightspeed plugin OCI references • Updated nightly and test workflows with pinned version • Added TODO comments for future removal when upstream issue resolved Diagramflowchart LR
A["CI Workflows"] -->|"Pin catalogIndex.image.tag"| B["1.10-51 Catalog Index"]
B -->|"Contains correct OCI refs"| C["Lightspeed Plugins"]
C -->|"Point to registry.access.redhat.com"| D["Unblock PR/Nightly Checks"]
File Changes1. .github/workflows/nightly.yaml
|



Description of the change
The latest 1.10 catalog index image contains incorrect OCI references for the lightspeed plugins (pointing to ghcr instead of registry.access.redhat.com).
To unblock PR and Nightly checks in this repo, this PR pins to 1.10-51 (containing the expected refs) in CI workflows until this issue is resolved.
Which issue(s) does this PR fix or relate to
Relates to https://redhat.atlassian.net/browse/RHDHBUGS-3095
How to test changes / Special notes to the reviewer
Checklist
Chart.yamlaccording to Semantic Versioning.values.yamland added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Runpre-commit run --all-filesto run the hooks and then push any resulting changes. The pre-commit Workflow will enforce this and warn you if needed.pre-commithook.ct lintcommand.