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

This commit is contained in:
github-actions[bot] 2026-06-30 15:10:07 +00:00
parent 99ff32158a
commit aaa982f93c

View file

@ -30,7 +30,7 @@ spec:
# pour qu'il soit peuplé et inscriptible quand les deux conteneurs démarrent. # pour qu'il soit peuplé et inscriptible quand les deux conteneurs démarrent.
initContainers: initContainers:
- name: seed - 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"] command: ["/usr/local/bin/entrypoint-seed.sh"]
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
@ -42,7 +42,7 @@ spec:
containers: containers:
# ── CONSOLE : Claude Code dans un terminal web (ttyd), sous /console ── # ── CONSOLE : Claude Code dans un terminal web (ttyd), sous /console ──
- name: 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"] command: ["/usr/local/bin/entrypoint-console.sh"]
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
@ -71,7 +71,7 @@ spec:
mountPath: /home/finlab mountPath: /home/finlab
# ── DASHBOARD : interface web (FastAPI), graphiques + données finlab ── # ── DASHBOARD : interface web (FastAPI), graphiques + données finlab ──
- name: dashboard - name: dashboard
image: ghcr.io/alkatrazz24/funk-finlab:sha-9d55cc8 image: ghcr.io/alkatrazz24/funk-finlab:sha-99ff321
command: command:
- /opt/venv/bin/uvicorn - /opt/venv/bin/uvicorn
- dashboard.server:app - dashboard.server:app
@ -101,7 +101,7 @@ spec:
mountPath: /home/finlab mountPath: /home/finlab
# ── WATCHER : alertes de prix par email (boucle 5 min → relais postfix storage-01) ── # ── WATCHER : alertes de prix par email (boucle 5 min → relais postfix storage-01) ──
- name: watcher - 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"] command: ["/opt/venv/bin/python", "-m", "finlab.watcher"]
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false