chore(hydra-sql) : update image ref to fix error handle

This commit is contained in:
Matthieu Lamalle 2024-10-14 10:49:12 +02:00
parent de24eb0026
commit ce1f650a86
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: hydra-sql-fpm
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.10.10-develop.1026.8e56433
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.10.14-develop.1040.7032787
imagePullPolicy: Always
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
readinessProbe:
@ -68,7 +68,7 @@ spec:
subPath: 03_base.ini
- name: hydra-sql-caddy
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.10.10-develop.1026.8e56433
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.10.14-develop.1040.7032787
imagePullPolicy: Always
args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"]
readinessProbe: