From 6274207e52b266a73effaef0bc3bf5e4189fc90e Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Tue, 24 Sep 2024 14:39:10 +0200 Subject: [PATCH] fix(hydra-dispatcher): typo on ref --- .../hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml index c170fb8..5006247 100644 --- a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml +++ b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: hydra-dispatcher-php-fpm - image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2024.9.24-develop.1122.f88a5eb2 + image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2024.9.24-develop.1122.f88a5eb args: ["/usr/sbin/php-fpm81", "-F", "-e"] readinessProbe: exec: -- 2.17.1