From af76c99d91616256623c7d0090bf8e675e44be3b Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Tue, 24 Sep 2024 13:43:59 +0200 Subject: [PATCH 1/2] chore(hydra-sql) : improve sql handler --- components/hydra-sql/resources/hydra-sql-deployment.yaml | 4 ++-- 1 file 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 925fa49..de26e1a 100644 --- a/components/hydra-sql/resources/hydra-sql-deployment.yaml +++ b/components/hydra-sql/resources/hydra-sql-deployment.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: hydra-sql-fpm - image: reg.cadoles.com/cadoles/hydra-sql-base:2024.7.25-develop.1026.5bfd899 + image: reg.cadoles.com/cadoles/hydra-sql-base:2024.9.24-develop.1300.fe4d683 imagePullPolicy: Always args: ["/usr/sbin/php-fpm81", "-F", "-e"] readinessProbe: @@ -68,7 +68,7 @@ spec: subPath: 03_base.ini - name: hydra-sql-caddy - image: reg.cadoles.com/cadoles/hydra-sql-base:2024.7.25-develop.1026.5bfd899 + image: reg.cadoles.com/cadoles/hydra-sql-base:2024.9.24-develop.1300.fe4d683 imagePullPolicy: Always args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"] readinessProbe: From 1ea76c2153fcfe8a66765e7f348235a1bf9d8ed3 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Tue, 24 Sep 2024 13:44:40 +0200 Subject: [PATCH 2/2] chore(hydra-dispatcher) : improve header cache --- .../resources/hydra-dispatcher-deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml index 93cbcad..c170fb8 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.7.25-develop.1034.21d6822 + image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2024.9.24-develop.1122.f88a5eb2 args: ["/usr/sbin/php-fpm81", "-F", "-e"] readinessProbe: exec: @@ -60,7 +60,7 @@ spec: runAsGroup: 1000 runAsUser: 1000 - name: hydra-dispatcher-caddy - image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2024.7.25-develop.1034.21d6822 + image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2024.9.24-develop.1122.f88a5eb imagePullPolicy: Always args: [ @@ -114,4 +114,4 @@ spec: name: hydra-dispatcher-apps - name: hydra-dispatcher-php-ini configMap: - name: hydra-dispatcher-php-ini \ No newline at end of file + name: hydra-dispatcher-php-ini