From e4b67e0812dbe3d429306f4e02c9a839e5d37d31 Mon Sep 17 00:00:00 2001 From: Gauthier DUPONT Date: Fri, 7 Mar 2025 14:26:20 +0100 Subject: [PATCH] fix(hydra-sql): Update ref for lower mail fix --- 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 c661298..73a6709 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:2024.11.6-develop.1113.075be9b + image: reg.cadoles.com/cadoles/hydra-sql-base:2025.3.7-develop.1415.7239d84 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:2024.11.6-develop.1113.075be9b + image: reg.cadoles.com/cadoles/hydra-sql-base:2025.3.7-develop.1415.7239d84 imagePullPolicy: IfNotPresent args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"] readinessProbe: -- 2.17.1