From 37f8db89e4fc4723fa782f63a0cf1c727068c6f1 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Mon, 27 Apr 2026 22:09:08 -0500 Subject: [PATCH] chore(ttsreader): bump fc-ttsreader-web to v202604272208 (Day 10 + VoiceProfiles hotfix) v202604272157 crash-looped on the production PVC because Database.EnsureCreated() is a no-op on existing DBs and the VoiceProfiles table was missing. TtsReader@a9f0b73 adds an idempotent CREATE TABLE IF NOT EXISTS to the infra reconciler before TtsReaderDataSeeder runs. Bumping the manifest to pick up that fix. 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 43cd601..3c7b69a 100644 --- a/apps/fc-ttsreader/fc-ttsreader.yaml +++ b/apps/fc-ttsreader/fc-ttsreader.yaml @@ -510,7 +510,7 @@ spec: fsGroupChangePolicy: OnRootMismatch containers: - name: web - image: localhost/fc-ttsreader-web:v202604272157 + image: localhost/fc-ttsreader-web:v202604272208 imagePullPolicy: Never ports: - containerPort: 5217