fc-updater: bump image to v202605301657-296f350-fix1 (Shared.Settings SQLite poll fix)

The v202605301642-296f350-rework image crash-looped: FlowerCore.Shared.Settings SettingsDbPollHostedService
ran a DateTimeOffset Where/OrderBy on SettingsRecordChanges that SQLite can't
translate, and as a BackgroundService it stopped the host. Shared.Settings 1.0.1
materializes the change-log then filters/orders in memory; Updater Web bumped to 1.0.1.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Andrew Stoltz
2026-05-30 16:59:37 -05:00
parent 7ac4a8b4b7
commit 06f2f002b7

View File

@@ -58,7 +58,7 @@ spec:
nodeName: rke2-server
containers:
- name: web
image: localhost/fc-updater-web:v202605301642-296f350-rework
image: localhost/fc-updater-web:v202605301657-296f350-fix1
imagePullPolicy: Never
ports:
- containerPort: 8080