Open scoheb opened 1 week ago
Thanks for reporting the issue!
We fixed a couple of nil-pointer dereferences in v0.23.0:
This seems like one of those.
NOTE: The issue seems to manifest in different way. One of them is if a TaskRun does not contain a status
.
Taking another stab at this in:
Expected Behavior
Chains should startup normally and remain running
Actual Behavior
Chains controller keeps crashing due to:
Additional Info
Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'