kubernetes: toujours pull image latest #25

Merged
vlbeaudoin merged 1 commit from vlbeaudoin/kubernetes/image-pull-always into main 2025-02-10 18:18:54 -05:00 AGit
Showing only changes of commit bd455da46a - Show all commits

View file

@ -17,6 +17,7 @@ spec:
containers: containers:
- name: babillard - name: babillard
image: git.agecem.com/agecem/babillard:latest image: git.agecem.com/agecem/babillard:latest
imagePullPolicy: Always
ports: ports:
- containerPort: 8080 - containerPort: 8080
volumeMounts: volumeMounts: