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) <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user