ci(finlab): image → sha-ff37d27 [skip ci]

This commit is contained in:
github-actions[bot] 2026-06-29 23:25:40 +00:00
parent ff37d27b04
commit ba45ca198b

View file

@ -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-56cb32e
image: ghcr.io/alkatrazz24/funk-finlab:sha-ff37d27
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-56cb32e
image: ghcr.io/alkatrazz24/funk-finlab:sha-ff37d27
command: ["/usr/local/bin/entrypoint-console.sh"]
securityContext:
allowPrivilegeEscalation: false
@ -67,7 +67,7 @@ spec:
mountPath: /home/finlab
# ── DASHBOARD : interface web (FastAPI), graphiques + données finlab ──
- name: dashboard
image: ghcr.io/alkatrazz24/funk-finlab:sha-56cb32e
image: ghcr.io/alkatrazz24/funk-finlab:sha-ff37d27
command:
- /opt/venv/bin/uvicorn
- dashboard.server:app