From 456e92ca0ec72dc3caa49e50b9875d76f7b17c32 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Wed, 22 May 2024 15:42:15 +0200 Subject: [PATCH] sprint-8: update hydra-sql ref image --- 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 0fe434b..bde4d60 100644 --- a/components/hydra-sql/resources/hydra-sql-deployment.yaml +++ b/components/hydra-sql/resources/hydra-sql-deployment.yaml @@ -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: