From c174ddb7347a0663c50151f8e71152687086d09d Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Mon, 29 Apr 2024 12:11:01 +0200 Subject: [PATCH] chore(dispatcher sql): update images refs --- 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 d47b224..3e81e23 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.2-develop.953.fc87b24 + image: reg.cadoles.com/cadoles/hydra-sql-base:2024.4.29-develop.1147.e03312b imagePullPolicy: Always args: ["/usr/sbin/php-fpm81", "-F", "-e"] readinessProbe: diff --git a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml index b7320d5..4182b02 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.4.2-develop.1411.74a9f16 + image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2024.4.29-develop.1139.0f72845 args: ["/usr/sbin/php-fpm81", "-F", "-e"] readinessProbe: exec: