From 826b12efdb93009c4d0bc56cb8bf26372f0a94cf Mon Sep 17 00:00:00 2001 From: Test User Date: Tue, 21 Apr 2026 22:22:06 +0000 Subject: [PATCH] fix(infra): pin API image to SHA a0efe76 (deliverables persistence fix) Co-Authored-By: Claude Sonnet 4.6 --- apps/api/infra/base/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/infra/base/deployment.yaml b/apps/api/infra/base/deployment.yaml index 8e3f95a..70f7e85 100644 --- a/apps/api/infra/base/deployment.yaml +++ b/apps/api/infra/base/deployment.yaml @@ -15,12 +15,12 @@ spec: labels: app: hightower-api annotations: - kubectl.kubernetes.io/restartedAt: "2026-04-21T21:26:00Z" + kubectl.kubernetes.io/restartedAt: "2026-04-21T22:21:00Z" spec: serviceAccountName: hightower-api containers: - name: api - image: ghcr.io/farhoodliquor/hightower-api:sha-067b58a3a6ad342b38c3fc9cfecbd362b77e67e4 + image: ghcr.io/farhoodliquor/hightower-api:sha-a0efe7604ebc2f27cc37ee88f117ae619e57003f imagePullPolicy: Always ports: - containerPort: 3000