From aaa982f93c37635a1dfe05b6b0230d048df6fdf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Jun 2026 15:10:07 +0000 Subject: [PATCH] =?UTF-8?q?ci(finlab):=20image=20=E2=86=92=20sha-99ff321?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/apps/finlab/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/apps/finlab/deployment.yaml b/k8s/apps/finlab/deployment.yaml index 51781d1..9cbd825 100644 --- a/k8s/apps/finlab/deployment.yaml +++ b/k8s/apps/finlab/deployment.yaml @@ -30,7 +30,7 @@ spec: # pour qu'il soit peuplé et inscriptible quand les deux conteneurs démarrent. initContainers: - name: seed - image: ghcr.io/alkatrazz24/funk-finlab:sha-9d55cc8 + image: ghcr.io/alkatrazz24/funk-finlab:sha-99ff321 command: ["/usr/local/bin/entrypoint-seed.sh"] securityContext: allowPrivilegeEscalation: false @@ -42,7 +42,7 @@ spec: containers: # ── CONSOLE : Claude Code dans un terminal web (ttyd), sous /console ── - name: console - image: ghcr.io/alkatrazz24/funk-finlab:sha-9d55cc8 + image: ghcr.io/alkatrazz24/funk-finlab:sha-99ff321 command: ["/usr/local/bin/entrypoint-console.sh"] securityContext: allowPrivilegeEscalation: false @@ -71,7 +71,7 @@ spec: mountPath: /home/finlab # ── DASHBOARD : interface web (FastAPI), graphiques + données finlab ── - name: dashboard - image: ghcr.io/alkatrazz24/funk-finlab:sha-9d55cc8 + image: ghcr.io/alkatrazz24/funk-finlab:sha-99ff321 command: - /opt/venv/bin/uvicorn - dashboard.server:app @@ -101,7 +101,7 @@ spec: mountPath: /home/finlab # ── WATCHER : alertes de prix par email (boucle 5 min → relais postfix storage-01) ── - name: watcher - image: ghcr.io/alkatrazz24/funk-finlab:sha-9d55cc8 + image: ghcr.io/alkatrazz24/funk-finlab:sha-99ff321 command: ["/opt/venv/bin/python", "-m", "finlab.watcher"] securityContext: allowPrivilegeEscalation: false