From 984a5541af8e86eb27989ec13b02e8179a639259 Mon Sep 17 00:00:00 2001 From: Sirius Devops Date: Mon, 25 May 2026 02:24:42 +0000 Subject: [PATCH] fix(execute-service): use new image with DB env mapping fix - Points to ghcr.io/sirius0xdev/trading-execute-service:7b77854 (includes model_validator for POSTGRES_PASSWORD etc.) - Sets pullPolicy: Always to ensure fresh image on rollout. - This resolves the persistent SQLite OperationalError on startup. See hermes-projects commit 7b77854 for the code change + RUNBOOK.md. After merge, run helm upgrade or kubectl rollout restart. --- trading-platform/helm/trading-platform/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trading-platform/helm/trading-platform/values.yaml b/trading-platform/helm/trading-platform/values.yaml index 8dcbf95..e683795 100644 --- a/trading-platform/helm/trading-platform/values.yaml +++ b/trading-platform/helm/trading-platform/values.yaml @@ -43,9 +43,9 @@ executeService: enabled: true name: execute-service image: - repository: "" - tag: "0.1.0" - pullPolicy: IfNotPresent + repository: "ghcr.io/sirius0xdev/trading-execute-service" + tag: "7b77854" + pullPolicy: Always port: 8000 resources: requests: