From bf338d0a329c0c14b7fba22b06d4c195ed22b9d5 Mon Sep 17 00:00:00 2001 From: Gauthier DUPONT Date: Fri, 13 Jun 2025 13:52:47 +0200 Subject: [PATCH] feat(caddy) #27-SC : update oidc, sql and dispatcher caddy images --- .../hydra-oidc/resources/hydra-oidc-deployment.yaml | 8 ++++++-- components/hydra-sql/resources/hydra-sql-deployment.yaml | 8 ++++++-- .../resources/hydra-dispatcher-deployment.yaml | 8 ++++++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/components/hydra-oidc/resources/hydra-oidc-deployment.yaml b/components/hydra-oidc/resources/hydra-oidc-deployment.yaml index 7d0b59d..9c19848 100644 --- a/components/hydra-oidc/resources/hydra-oidc-deployment.yaml +++ b/components/hydra-oidc/resources/hydra-oidc-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: hydra-oidc-php-fpm - image: reg.cadoles.com/cadoles/hydra-oidc-base:2025.5.12-develop.1308.4d1b0a4 + image: reg.cadoles.com/cadoles/hydra-oidc-base:2025.6.13-develop.1333.aa5c382 imagePullPolicy: IfNotPresent args: ["/usr/sbin/php-fpm81", "-F", "-e"] readinessProbe: @@ -55,7 +55,7 @@ spec: runAsUser: 1000 - name: hydra-oidc-caddy - image: reg.cadoles.com/cadoles/hydra-oidc-base:2025.5.12-develop.1308.4d1b0a4 + image: reg.cadoles.com/cadoles/hydra-oidc-base:2025.6.13-develop.1333.aa5c382 imagePullPolicy: IfNotPresent args: [ @@ -97,6 +97,10 @@ spec: value: "/tmp/caddy" - name: CADDY_APP_ROOT_PUBLIC value: "/app/public/" + - name: CADDY_LOG_FILTER + value: healthy|metrics + - name: CADDY_LOG_SKIP + value: "true" resources: {} securityContext: runAsNonRoot: true diff --git a/components/hydra-sql/resources/hydra-sql-deployment.yaml b/components/hydra-sql/resources/hydra-sql-deployment.yaml index d6bd004..3efa286 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:2025.5.12-develop.1303.64d1c1c + image: reg.cadoles.com/cadoles/hydra-sql-base:2025.6.13-develop.1332.646c346 imagePullPolicy: IfNotPresent args: ["/usr/sbin/php-fpm81", "-F", "-e"] readinessProbe: @@ -67,7 +67,7 @@ spec: mountPath: /tmp - name: hydra-sql-caddy - image: reg.cadoles.com/cadoles/hydra-sql-base:2025.5.12-develop.1303.64d1c1c + image: reg.cadoles.com/cadoles/hydra-sql-base:2025.6.13-develop.1332.646c346 imagePullPolicy: IfNotPresent args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"] readinessProbe: @@ -98,6 +98,10 @@ spec: value: "/tmp/caddy" - name: CADDY_APP_ROOT_PUBLIC value: "/app/public/" + - name: CADDY_LOG_FILTER + value: health|metrics + - name: CADDY_LOG_SKIP + value: "true" resources: {} securityContext: runAsNonRoot: true diff --git a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml index 1d9a34a..50ca9c1 100644 --- a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml +++ b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: hydra-dispatcher-php-fpm - image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2025.5.12-develop.1306.a249b62 + image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2025.6.13-develop.1332.c8d277f args: ["/usr/sbin/php-fpm81", "-F", "-e"] readinessProbe: exec: @@ -61,7 +61,7 @@ spec: runAsGroup: 1000 runAsUser: 1000 - name: hydra-dispatcher-caddy - image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2025.5.12-develop.1306.a249b62 + image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2025.6.13-develop.1332.c8d277f imagePullPolicy: IfNotPresent args: [ @@ -100,6 +100,10 @@ spec: value: "/tmp/caddy" - name: CADDY_APP_ROOT_PUBLIC value: "/app/public/" + - name: CADDY_LOG_FILTER + value: health|metrics + - name: CADDY_LOG_SKIP + value: "true" ports: - containerPort: 8080 name: http -- 2.17.1