Update Konflux references#140
Conversation
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @red-hat-konflux-kflux-prd-rh02[bot]. Thanks for your PR. I'm waiting for a openshift-hyperfleet member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR updates Tekton task bundle image digests in two PipelineRun configuration files. Both Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.tekton/hyperfleet-sentinel-push.yaml:
- Line 298: The Konflux task image digest for task-deprecated-image-check is
pinned to
quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e78d0d3b...
which is out of sync with sibling component pipelines; update this digest to the
canonical/current sha256 across all affected occurrences (the five Konflux tasks
referenced) so openshift-hyperfleet/hyperfleet-api,
openshift-hyperfleet/hyperfleet-adapter and this pipeline use the identical
quay.io/...@sha256 value; search for the same task image names (e.g.,
task-deprecated-image-check:0.5@sha256:..., and the other four Konflux task
image lines) in the component .tekton YAMLs and replace their sha256 values to
the new coordinated digest.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Central YAML (base), Organization UI (inherited)
Review profile: ASSERTIVE
Plan: Enterprise
Run ID: 0cfecd60-4036-4122-8336-731454bcb5f6
📒 Files selected for processing (2)
.tekton/hyperfleet-sentinel-push.yaml.tekton/hyperfleet-sentinel-tag.yaml
| value: deprecated-image-check | ||
| - name: bundle | ||
| value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3457a4ca93f8d55f14ebd407532b1223c689eacc34f0abb3003db4111667bdae | ||
| value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e78d0d3baf3c8cfc1a5ad278196b74032d9568b143a87c7a79ab780fedfb296e |
There was a problem hiding this comment.
🧹 Nitpick | 🔵 Trivial
Coordinate bundle digest bumps across sibling component repos.
Linked repo findings show openshift-hyperfleet/hyperfleet-api and openshift-hyperfleet/hyperfleet-adapter still pin the previous digests for these same five Konflux tasks. Keeping these in sync reduces divergence in security/check behavior across component pipelines.
Also applies to: 320-320, 340-340, 390-390, 508-508
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @.tekton/hyperfleet-sentinel-push.yaml at line 298, The Konflux task image
digest for task-deprecated-image-check is pinned to
quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e78d0d3b...
which is out of sync with sibling component pipelines; update this digest to the
canonical/current sha256 across all affected occurrences (the five Konflux tasks
referenced) so openshift-hyperfleet/hyperfleet-api,
openshift-hyperfleet/hyperfleet-adapter and this pipeline use the identical
quay.io/...@sha256 value; search for the same task image names (e.g.,
task-deprecated-image-check:0.5@sha256:..., and the other four Konflux task
image lines) in the component .tekton YAMLs and replace their sha256 values to
the new coordinated digest.
This PR contains the following updates:
9397d3e→8fad4c29f18b21→567cb663457a4c→e78d0d3e2bcf11→9c30072cfdb76c→d4e3499Configuration
📅 Schedule: Branch creation - Between 05:00 AM and 11:59 PM, only on Saturday ( * 5-23 * * 6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.