Merge pull request 'feat(altcha) #4543 bis : remove feature flag endpoint' (#73) from issue-4543-hydra-sql-theme into unstable

Reviewed-on: #73
This commit is contained in:
vfebvre 2025-04-15 10:57:05 +02:00
commit e416237c20

View File

@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: hydra-sql-fpm
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.4.10-develop.1612.303b027
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.4.15-develop.1007.945a558
imagePullPolicy: IfNotPresent
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:2025.4.10-develop.1612.303b027
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.4.15-develop.1007.945a558
imagePullPolicy: IfNotPresent
args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"]
readinessProbe: