-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix paramValue Type for bundle conversion to resolver #5625
Conversation
The following error in the webhook log after the current fix:
|
I think we'll also need to make this change for taskrefs, and it sounds like there is some additional work to address the new error you're observing in the webhook logs? |
Thanks Lee. Sorry, the Types for taskRef_conversion were previously there. For pipelineRef_conversion it is only the missing part that should be synced with the param conversion fix earlier :/ |
Looks like we have conversion enabled for resolution requests based on https://github.com/tektoncd/pipeline/blob/main/cmd/webhook/main.go#L191-L198 |
/approve |
hum, seems like it needs a rebase 🤔 |
This commit adds the paramValue Type of string when converting the bundle to resolver from v1beta1 to v1.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abayer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Reopened, switching between laptops seem to have caused some issue rebasing. /retest |
/lgtm |
Changes
This commit adds the paramValue Type of string when converting the bundle to resolver from v1beta1 to v1.
Fixes: #5500
/kind bug
Thanks to the pointers from cc @lbernick
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes