From b6a59a0fb5a96dcaa58798313ae71f5b8591daff Mon Sep 17 00:00:00 2001 From: Gauthier DUPONT Date: Thu, 28 Aug 2025 16:19:38 +0200 Subject: [PATCH] chore(hydra-dispatcher) #85 : bump symfony to version 6.4 and php version to 8.4 --- .../resources/hydra-dispatcher-deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml index 50ca9c1..73d18d2 100644 --- a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml +++ b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml @@ -19,14 +19,14 @@ spec: spec: containers: - name: hydra-dispatcher-php-fpm - image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2025.6.13-develop.1332.c8d277f - args: ["/usr/sbin/php-fpm81", "-F", "-e"] + image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2025.8.28-develop.1505.75881cb + 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: @@ -51,7 +51,7 @@ spec: name: hydra-dispatcher-env volumeMounts: - name: hydra-dispatcher-php-ini - mountPath: /etc/php81/conf.d/03_base.ini + mountPath: /etc/php84/conf.d/03_base.ini subPath: 03_base.ini - name: dispatcher-tmp mountPath: /tmp @@ -61,7 +61,7 @@ spec: runAsGroup: 1000 runAsUser: 1000 - name: hydra-dispatcher-caddy - image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2025.6.13-develop.1332.c8d277f + image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2025.8.28-develop.1505.75881cb imagePullPolicy: IfNotPresent args: [