Merge pull request 'sprint-9: update hydra-sql ref image' (#40) from sprint-9 into unstable

Reviewed-on: #40
Reviewed-by: pcaseiro <pcaseiro@cadoles.com>
This commit is contained in:
pcaseiro 2024-05-23 08:21:23 +02:00
commit 35c46316d3
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: hydra-sql-fpm
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.4.29-develop.1416.f9d7e94
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.5.21-develop.1050.890c44d
imagePullPolicy: Always
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
readinessProbe:
@ -58,7 +58,7 @@ spec:
subPath: "sql_login.yaml"
- name: hydra-sql-caddy
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.4.29-develop.1416.f9d7e94
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.5.21-develop.1050.890c44d
imagePullPolicy: Always
args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"]
readinessProbe: