Validation: basketball-api#284 — Team detail page contract
Ticket
Forgejo issue: basketball-api#284 (Team detail page contract)
Board item: #744
PR: basketball-api#292 — merged to main as commit
What shipped: Enriched TeamDetail with multi-coach list and player height/jersey.
Board item: #744
PR: basketball-api#292 — merged to main as commit
4c00cf4What shipped: Enriched TeamDetail with multi-coach list and player height/jersey.
Environment
Production cluster (k3s on archbox). Namespace:
basketball-api. ArgoCD app: basketball-api (Synced, Healthy).Checks
| # | Criterion | How to Verify | Result | Evidence |
|---|---|---|---|---|
| 1 | Pipeline green on main | Woodpecker pipeline #310 (push for PR #292 merge) | FAIL | Pipeline #310 status: failure. Test step failed (exit_code 1). build-and-push succeeded. update-kustomize-tag skipped. |
| 2 | Image deployed to pod | kubectl get pod -n basketball-api | FAIL | Running image: <code>92e047e</code>. PR #292 commit <code>4c00cf4</code> is NOT deployed. |
| 3 | Pod healthy | kubectl get pod | PASS | Pod Running, 1/1 Ready — but running old image. |
Verdict
FAIL — Same CI test failure blocker. Code merged but not deployed. See
validation-281-2026-04-03 for full analysis.Discovered Issues
- Same CI test failure blocker documented in validation-281-2026-04-03.