-
Bug
-
Resolution: Done
-
Critical
-
Pipelines 1.19.0
-
None
-
1
-
False
-
-
False
-
Fixes a crash in the OpenShift Pipelines Operator pod while upgrading to version 1.19.0 caused by a nil pointer reference at startup if tektonconfig`s `spec.tektonpruner.disabled` is `nil`
-
Bug Fix
-
Proposed
-
-
-
Description of problem:
After upgrading to OpebnShift Pipelines 1.19.0, operator pod is crashing with error panic: runtime error: invalid memory address or nil pointer dereference
2025-07-29T18:15:28.854224612Z panic: runtime error: invalid memory address or nil pointer dereference 2025-07-29T18:15:28.854231250Z [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x203748b]
Additional info:
Upstream PR > https://github.com/tektoncd/operator/pull/2810
This issue is observed when `.spec.tektonpruner.disabled` is set to `null` in TektonConfig `config` CR as shown below :
~~~
tektonpruner:
disabled: null <---------
options: {}
~~~