featureFlags.EnableTektonOCIBundles becomes unknown fields #8359
Labels
area/api
Indicates an issue or PR that deals with the API.
kind/bug
Categorizes issue or PR as related to a bug.
regression
Indicates an issue or a PR is associated to the regression in the project
Pipeline Version:
v0.62.4
unable to delete a pipelinerun with
EnableTektonOCIBundles
flag, getting below error even while removing finalizerFor some reason,
EnableTektonOCIBundles
added into pipelinerunstatus.provenance.featureFlags
,EnableTektonOCIBundles
- completely removed on 0.62.x [1] so it becomes unknown field.The Pipelinerun resources were already marked for deletion, and we can not change the resource, other than removing the finalizers.
But here the pipeline webhook 0.62.x doesn't like unknown field
EnableTektonOCIBundles
and rejecting.It is a kind of dead lock now.
[1] - https://github.com/tektoncd/pipeline/pull/7789/files#diff-43c816abe932bdd16552907bcaac8c510320e205a874f5ff04dea69553e1bc7cR187
Expected Behavior
Should not throw unknown field error for
EnableTektonOCIBundles
Actual Behavior
Blocked on
EnableTektonOCIBundles
as unknown fieldThe text was updated successfully, but these errors were encountered: