From 086069b60565bd4f4026d291ae771ced3d08a194 Mon Sep 17 00:00:00 2001 From: Gauthier DUPONT Date: Tue, 8 Apr 2025 15:08:13 +0200 Subject: [PATCH] feat(altcha) #4543 bis : remove feature flag endpoint --- components/hydra-sql/resources/hydra-sql-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/hydra-sql/resources/hydra-sql-deployment.yaml b/components/hydra-sql/resources/hydra-sql-deployment.yaml index eabbd1a..8d7d050 100644 --- a/components/hydra-sql/resources/hydra-sql-deployment.yaml +++ b/components/hydra-sql/resources/hydra-sql-deployment.yaml @@ -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: -- 2.17.1