You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the TektonConfig object (existing, or created by the Shipwright operator) reports its status as Error/not available, the ShipwrightBuild object only reports its status condition as "Ready: True".
Expected Behavior
ShipwrightBuild should either report a status condition of "Ready: False", or report a new status condition like "Available" which is used to convey the overall health of the system.
Steps To Reproduce
Deploy OLM on Kubernetes 1.25 or higher (ex - with KinD)
Deploy the Shipwright Operator using the operatorhub.io catalog - ensure it uses Tekton Operator v0.61 or lower
Create a ShipwrightBuild instance
Anything else?
Related to tektoncd/operator#1493 - the Tekton Operator in operatorhub is currently obsolete and breaks on k8s 1.25 or higher.
The text was updated successfully, but these errors were encountered:
From backlog refinement: We should wait until #139 is addressed before taking this on. Upgrading operator-sdk will involve a significant refactor of the operator code itself.
Is there an existing issue for this?
Kubernetes Version
v1.25 or higher
Shipwright Version
v0.12.0 (and earlier)
Current Behavior
When the TektonConfig object (existing, or created by the Shipwright operator) reports its status as Error/not available, the ShipwrightBuild object only reports its status condition as "Ready: True".
Expected Behavior
ShipwrightBuild
should either report a status condition of "Ready: False", or report a new status condition like "Available" which is used to convey the overall health of the system.Steps To Reproduce
ShipwrightBuild
instanceAnything else?
Related to tektoncd/operator#1493 - the Tekton Operator in operatorhub is currently obsolete and breaks on k8s 1.25 or higher.
The text was updated successfully, but these errors were encountered: