From 7a84d7fc3a4f2e3e36bee91bee824d72e80e0808 Mon Sep 17 00:00:00 2001 From: Gauthier DUPONT Date: Tue, 8 Apr 2025 15:08:13 +0200 Subject: [PATCH] feat(altcha) #4543 : add altcha to hydra sql theme --- components/hydra-sql/kustomization.yaml | 3 +++ components/hydra-sql/resources/hydra-sql-deployment.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/hydra-sql/kustomization.yaml b/components/hydra-sql/kustomization.yaml index 0504eb2..c6f9540 100644 --- a/components/hydra-sql/kustomization.yaml +++ b/components/hydra-sql/kustomization.yaml @@ -24,6 +24,9 @@ configMapGenerator: - DB_PASSWORD="makeMeASecret" - REDIS_DSN="redis://redis:6379" - PEPPER="MakeMeABigSecret" + - ALTCHA_HOST=http://altcha:3333 + - ALTCHA_BASE_URL=/altcha + - ALTCHA_ENABLED=true - name: sql-login-config files: - ./files/sql_login.yaml diff --git a/components/hydra-sql/resources/hydra-sql-deployment.yaml b/components/hydra-sql/resources/hydra-sql-deployment.yaml index 73a6709..8d7d050 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.3.7-develop.1415.7239d84 + image: reg.cadoles.com/cadoles/hydra-sql-base:2025.4.15-develop.1007.945a558 imagePullPolicy: IfNotPresent 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:2025.3.7-develop.1415.7239d84 + image: reg.cadoles.com/cadoles/hydra-sql-base:2025.4.15-develop.1007.945a558 imagePullPolicy: IfNotPresent args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"] readinessProbe: