From a7578445b4e180866ad00e82fe890980ef83bd99 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Mon, 29 Apr 2024 13:47:58 +0200 Subject: [PATCH] fix(php-fpm): set php-fpm82 for hydra-sql and hydra-dispatcher --- components/hydra-sql/resources/hydra-sql-deployment.yaml | 2 +- .../hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml | 2 +- 2 files 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 e280e82..fa0b601 100644 --- a/components/hydra-sql/resources/hydra-sql-deployment.yaml +++ b/components/hydra-sql/resources/hydra-sql-deployment.yaml @@ -20,7 +20,7 @@ spec: - name: hydra-sql-fpm image: reg.cadoles.com/cadoles/hydra-sql-base:2024.4.29-develop.1147.e03312b imagePullPolicy: Always - args: ["/usr/sbin/php-fpm81", "-F", "-e"] + args: ["/usr/sbin/php-fpm82", "-F", "-e"] readinessProbe: exec: command: diff --git a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml index e979185..36c054e 100644 --- a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml +++ b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml @@ -19,7 +19,7 @@ spec: containers: - name: hydra-dispatcher-php-fpm image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2024.4.29-develop.1139.0f72845 - args: ["/usr/sbin/php-fpm81", "-F", "-e"] + args: ["/usr/sbin/php-fpm82", "-F", "-e"] readinessProbe: exec: command: