From 2f5abafc1e59fcc816791fce8cabf2f06f8ddfbe Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Tue, 31 Oct 2023 13:08:08 +0100 Subject: [PATCH] set correct tag for hydra-oidc --- 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 94bddc9..75f6a1c 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-kube:0.0.1 + image: reg.cadoles.com/cadoles/hydra-oidc-base:0.0.1 imagePullPolicy: Always args: ["/usr/sbin/php-fpm81", "-F", "-e"] env: @@ -33,7 +33,7 @@ spec: name: hydra-oidc-env resources: {} - - image: reg.cadoles.com/cadoles/hydra-oidc-kube:0.0.1 + - image: reg.cadoles.com/cadoles/hydra-oidc-base:0.0.1 imagePullPolicy: Always name: hydra-oidc-nginx args: ["/usr/sbin/nginx"]