From 1d4ad6422647ac71828df184d95bc86c4003c72a Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Fri, 24 Apr 2026 15:53:55 -0500 Subject: [PATCH] chore(ttsreader): bump to v202604241555backlog (rebuild with correct publish/) Previous v202604241543backlog image accidentally used a stale publish/ directory at the TtsReader repo root (Dockerfile.deploy says COPY publish/ but my ad-hoc publish wrote to artifacts/publish/). Rebuilt with a clean copy from artifacts/publish/ to publish/ first. Confirmed new image has appsettings.json Preview section + the quick-swipe-gestures.js asset baked in. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/fc-ttsreader/fc-ttsreader.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fc-ttsreader/fc-ttsreader.yaml b/apps/fc-ttsreader/fc-ttsreader.yaml index 32ba32f..06ef8c4 100644 --- a/apps/fc-ttsreader/fc-ttsreader.yaml +++ b/apps/fc-ttsreader/fc-ttsreader.yaml @@ -142,7 +142,7 @@ spec: fsGroupChangePolicy: OnRootMismatch containers: - name: web - image: localhost/fc-ttsreader-web:v202604241543backlog + image: localhost/fc-ttsreader-web:v202604241555backlog imagePullPolicy: Never ports: - containerPort: 5217