From 7a5f5cac0defa7808803fecb59b87e78970748c2 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Wed, 22 Nov 2023 14:20:28 +0100 Subject: [PATCH] feat(hydra-oidc): update ref fix logout url --- components/hydra-oidc/resources/hydra-oidc-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/hydra-oidc/resources/hydra-oidc-deployment.yaml b/components/hydra-oidc/resources/hydra-oidc-deployment.yaml index dd62f7e..1ee2aab 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:2023.11.17-develop.1657.761e035 + image: reg.cadoles.com/cadoles/hydra-oidc-base:2023.11.22-develop.1410.027411d imagePullPolicy: Always args: ["/usr/sbin/php-fpm81", "-F", "-e"] readinessProbe: @@ -47,7 +47,7 @@ spec: name: hydra-oidc-env resources: {} - - image: reg.cadoles.com/cadoles/hydra-oidc-base:2023.11.17-develop.1657.761e035 + - image: reg.cadoles.com/cadoles/hydra-oidc-base:2023.11.22-develop.1410.027411d imagePullPolicy: Always name: hydra-oidc-nginx args: ["/usr/sbin/nginx"]