From cc3d07d654972140570325e3a62cf67db4f03c29 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Mon, 11 Dec 2023 15:01:03 +0100 Subject: [PATCH 1/4] feat(hydra-sql): update hydra-sql dev image ref --- 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 ee84ac4..e065243 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:0.0.1 + image: reg.cadoles.com/cadoles/hydra-sql-base:2023.12.11-develop.1450.cc03fd8 imagePullPolicy: Always args: ["/usr/sbin/php-fpm81", "-F", "-e"] readinessProbe: @@ -54,7 +54,7 @@ spec: subPath: "sql_login.yaml" - name: hydra-sql-nginx - image: reg.cadoles.com/cadoles/hydra-sql-base:0.0.1 + image: reg.cadoles.com/cadoles/hydra-sql-base:2023.12.11-develop.1450.cc03fd8 imagePullPolicy: Always args: ["/usr/sbin/nginx"] readinessProbe: From 77eb73818f057f38f23aee45302dd7f06010d601 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Mon, 11 Dec 2023 15:30:27 +0100 Subject: [PATCH 2/4] feat(hydra-remote-user): update dev image ref --- components/hydra-saml/resources/hydra-saml-remote-user.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/hydra-saml/resources/hydra-saml-remote-user.yaml b/components/hydra-saml/resources/hydra-saml-remote-user.yaml index fc4d66e..0b9cbba 100644 --- a/components/hydra-saml/resources/hydra-saml-remote-user.yaml +++ b/components/hydra-saml/resources/hydra-saml-remote-user.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: hydra-saml-remote-user - image: reg.cadoles.com/cadoles/hydra-remote-user-v1:v0.0.0-233-g64fcacc + image: reg.cadoles.com/cadoles/hydra-remote-user-base:2023.12.11-develop.1523.5f14595 envFrom: - configMapRef: name: hydra-saml-env From c7b937adafad0fc7ff55c7001db11efdb132df4f Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Tue, 12 Dec 2023 08:58:06 +0100 Subject: [PATCH 3/4] feat(hydra-sql): update env vars --- components/hydra-sql/kustomization.yaml | 1 + components/hydra-sql/resources/hydra-sql-deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/hydra-sql/kustomization.yaml b/components/hydra-sql/kustomization.yaml index f305b11..5aff91e 100644 --- a/components/hydra-sql/kustomization.yaml +++ b/components/hydra-sql/kustomization.yaml @@ -17,6 +17,7 @@ configMapGenerator: - DSN_REMOTE_DATABASE="pgsql:host='postgres';port=5432;dbname=lasql" - DB_USER="makeMeASecret" - DB_PASSWORD="makeMeASecret" + - REDIS_DSN="redis://rfs-redis:26379?&redis_sentinel=mymaster" - PEPPER="MakeMeABigSecret" - name: sql-login-config files: diff --git a/components/hydra-sql/resources/hydra-sql-deployment.yaml b/components/hydra-sql/resources/hydra-sql-deployment.yaml index e065243..45c95ec 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:2023.12.11-develop.1450.cc03fd8 + image: reg.cadoles.com/cadoles/hydra-sql-base:2023.12.12-develop.848.72e912f imagePullPolicy: Always args: ["/usr/sbin/php-fpm81", "-F", "-e"] readinessProbe: @@ -54,7 +54,7 @@ spec: subPath: "sql_login.yaml" - name: hydra-sql-nginx - image: reg.cadoles.com/cadoles/hydra-sql-base:2023.12.11-develop.1450.cc03fd8 + image: reg.cadoles.com/cadoles/hydra-sql-base:2023.12.12-develop.848.72e912f imagePullPolicy: Always args: ["/usr/sbin/nginx"] readinessProbe: From dd6804aa11e8e0db5d6285165eaa474d05713284 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Tue, 12 Dec 2023 10:47:05 +0100 Subject: [PATCH 4/4] feat(shibboleth-sp): update dev ref image --- components/hydra-saml/resources/hydra-saml-shibboleth-sp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/hydra-saml/resources/hydra-saml-shibboleth-sp.yaml b/components/hydra-saml/resources/hydra-saml-shibboleth-sp.yaml index 677a02e..d715d34 100644 --- a/components/hydra-saml/resources/hydra-saml-shibboleth-sp.yaml +++ b/components/hydra-saml/resources/hydra-saml-shibboleth-sp.yaml @@ -20,7 +20,7 @@ spec: fsGroup: 102 containers: - name: hydra-saml-shibboleth-sp - image: reg.cadoles.com/cadoles/shibboleth-sp-v3:v0.0.0-233-g64fcacc + image: reg.cadoles.com/cadoles/shibboleth-sp-v3:2023.12.12-develop.1039.49b85e1 envFrom: - configMapRef: name: hydra-saml-env