From 494f6d7fc712cd4c36bfcf25267af93b7f90c478 Mon Sep 17 00:00:00 2001 From: Gauthier DUPONT Date: Wed, 30 Jul 2025 13:31:18 +0200 Subject: [PATCH] chore(hydra-sql) #57 : bump symfony to version 6.4 and php version to 8.4 --- .../hydra-sql/resources/hydra-sql-deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/hydra-sql/resources/hydra-sql-deployment.yaml b/components/hydra-sql/resources/hydra-sql-deployment.yaml index 3efa286..1d67286 100644 --- a/components/hydra-sql/resources/hydra-sql-deployment.yaml +++ b/components/hydra-sql/resources/hydra-sql-deployment.yaml @@ -21,15 +21,15 @@ spec: spec: containers: - name: hydra-sql-fpm - image: reg.cadoles.com/cadoles/hydra-sql-base:2025.6.13-develop.1332.646c346 + image: reg.cadoles.com/cadoles/hydra-sql-base:2025.7.30-develop.1146.5f2654c imagePullPolicy: IfNotPresent - args: ["/usr/sbin/php-fpm81", "-F", "-e"] + args: ["/usr/sbin/php-fpm84", "-F", "-e"] readinessProbe: exec: command: - sh - -c - - test -f /etc/php81/php-fpm.d/www.conf + - test -f /etc/php84/php-fpm.d/www.conf livenessProbe: exec: command: @@ -61,13 +61,13 @@ spec: value: "0" volumeMounts: - name: hydra-sql-php-ini - mountPath: /etc/php81/conf.d/03_base.ini + mountPath: /etc/php84/conf.d/03_base.ini subPath: 03_base.ini - name: sql-tmp mountPath: /tmp - name: hydra-sql-caddy - image: reg.cadoles.com/cadoles/hydra-sql-base:2025.6.13-develop.1332.646c346 + image: reg.cadoles.com/cadoles/hydra-sql-base:2025.7.30-develop.1146.5f2654c imagePullPolicy: IfNotPresent args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"] readinessProbe: