From c9bf23834b2bf78e676d06a2c5f2a51926817706 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Wed, 29 Apr 2026 13:21:40 -0500 Subject: [PATCH] chore(ttsreader): bump image to v202604291817 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per-profile MoodAnnotationModelOverride picker — Profiles page now shows a model dropdown from IModelRegistry instead of a free-text field; model override null-falls-back to global TtsReader:Ollama:DefaultModel. 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 7b27c33..b532e11 100644 --- a/apps/fc-ttsreader/fc-ttsreader.yaml +++ b/apps/fc-ttsreader/fc-ttsreader.yaml @@ -519,7 +519,7 @@ spec: fsGroupChangePolicy: OnRootMismatch containers: - name: web - image: localhost/fc-ttsreader-web:v202604281923 + image: localhost/fc-ttsreader-web:v202604291817 imagePullPolicy: Never ports: - containerPort: 5217