From 59497587fe04544ff42f957ce69dae72d6eae2a2 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Mon, 10 Jun 2024 10:56:05 +0200 Subject: [PATCH] chore(hydra-sql): update ref image sprint-10 --- 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 d47b224..e759481 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.6.6-develop.1343.769e7ed imagePullPolicy: Always args: ["/usr/sbin/php-fpm81", "-F", "-e"] readinessProbe: @@ -58,7 +58,7 @@ spec: subPath: "sql_login.yaml" - name: hydra-sql-caddy - image: reg.cadoles.com/cadoles/hydra-sql-base:2024.4.2-develop.953.fc87b24 + image: reg.cadoles.com/cadoles/hydra-sql-base:2024.6.6-develop.1343.769e7ed imagePullPolicy: Always args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"] readinessProbe: