mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 10:14:42 +02:00
ci(stt): images taguées par SHA + bump auto du manifest (fin du :latest) (#9)
La CI build l'image en sha-<commit> et, sur main, met à jour k8s/apps/stt/deployment.yaml avec ce tag (commit [skip ci]). ArgoCD redéploie alors une image immuable et déterministe — fini les races de timing et les 'kubectl rollout restart' manuels. permissions: contents write (pour le bump). :latest gardé en parallèle sur main (fallback). Claude-Session: https://claude.ai/code/session_013FmcxGsyXZXogiAHQLjnZT Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
815beaf37c
commit
70499b7d84
4 changed files with 36 additions and 17 deletions
|
|
@ -25,6 +25,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: stt-server
|
||||
# Tag géré par la CI (build-stt-server.yml) : bumpé en sha-<commit> à chaque build main.
|
||||
image: ghcr.io/alkatrazz24/funk-stt-server:latest
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue