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

This commit is contained in:
github-actions[bot] 2026-06-30 14:32:58 +00:00
parent 9d55cc803d
commit c6680a983a

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-3c55ee9
image: ghcr.io/alkatrazz24/funk-finlab:sha-9d55cc8
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-3c55ee9
image: ghcr.io/alkatrazz24/funk-finlab:sha-9d55cc8
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-3c55ee9
image: ghcr.io/alkatrazz24/funk-finlab:sha-9d55cc8
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-3c55ee9
image: ghcr.io/alkatrazz24/funk-finlab:sha-9d55cc8
command: ["/opt/venv/bin/python", "-m", "finlab.watcher"]
securityContext:
allowPrivilegeEscalation: false