feat(pods): change image pull policy from Always to IfNotPresent

Otherwise, we have a SPOF with the image registry used
This commit is contained in:
2024-12-13 14:06:56 +01:00
parent 99056b875e
commit 4df11ead1e
3 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@ spec:
runAsUser: 1000
- name: hydra-dispatcher-caddy
image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2024.9.24-develop.1122.f88a5eb
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
args:
[
"/usr/sbin/caddy",