Skip to content

Conversation

@jkhelil
Copy link
Member

@jkhelil jkhelil commented Jan 30, 2026

Changes

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

See the contribution guide for more details.

Release Notes

NONE

@tekton-robot tekton-robot added the release-note-none Denotes a PR that doesnt merit a release note. label Jan 30, 2026
@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign vdemeester after the PR has been reviewed.
You can assign the PR to them by writing /assign @vdemeester in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jan 30, 2026
Copy link
Member

@aThorp96 aThorp96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of this! Looks good to me aside from the unrelated PaC changes 👍🏼

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these changes may have been checked in by mistake

return err
}
return nil
replaceParamsImage(params, images, logger)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for cleaning this up 🙏🏼

Comment on lines +184 to +185
ctx := context.Background()
newManifest, err := manifest.Transform(TaskImages(ctx, images))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick, since we don't use the context

Suggested change
ctx := context.Background()
newManifest, err := manifest.Transform(TaskImages(ctx, images))
newManifest, err := manifest.Transform(TaskImages(context.Background(), images))

Comment on lines +216 to +217
ctx := context.Background()
newManifest, err := manifest.Transform(TaskImages(ctx, images))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick, since we don't use the context otherwise

Suggested change
ctx := context.Background()
newManifest, err := manifest.Transform(TaskImages(ctx, images))
newManifest, err := manifest.Transform(TaskImages(context.Background(), images))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-note-none Denotes a PR that doesnt merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants