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:
@ -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",
|
||||
|
Reference in New Issue
Block a user