Validation: ISS deployment overlay image name fix (pal-e-deployments#231)
Ticket
pal-e-deployments#231 — Fix ISS deployment overlay: image name mismatch blocks auto-rollout
Board item: #1858 on board-iss
Environment
Prod cluster (k3s), namespace
intelligentstaffingsystems, site at intelligentstaffingsystems.aiChecks
| # | Criterion | How to Verify | Result | Evidence |
|---|---|---|---|---|
| 1 | Kustomization overlay references correct image path | PR #232 diff review | PASS | Changed from <code>intelligentstaffingsystems/intelligentstaffingsystems</code> to <code>intelligentstaffingsystems/app</code> |
| 2 | Deployment running correct image | <code>kubectl get deployment -n intelligentstaffingsystems -o jsonpath='{.items[*].spec.template.spec.containers[*].image}'</code> | PASS | <code>harbor.tail5b443a.ts.net/intelligentstaffingsystems/app:93b9a79b8a88cbb07a7f8fda1b6d85803580cbbb</code> |
| 3 | Site accessible | <code>curl -s -o /dev/null -w '%{http_code}' https://intelligentstaffingsystems.ai/</code> | PASS | HTTP 200 |
| 4 | Complementary ISS-side fix on main | <code>git log --oneline</code> | PASS | Commit <code>93b9a79</code> on main: "fix: align pipeline push repo with Argo CD Image Updater annotation" |
Verdict
PASS — all checks green. Image path aligned across pipeline, kustomization, and running deployment.
Discovered Issues
None.