From d07da8d6089eb36c263c507c2a1c7a0bc24778e4 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Mon, 20 Mar 2023 11:34:45 +0100 Subject: [PATCH] fix(resources): updating hydra containers version to match "latest" state --- components/hydra-oidc/resources/hydra-oidc-deployment.yaml | 2 +- .../hydra-saml/resources/hydra-saml-remote-user-deployment.yaml | 2 +- .../resources/hydra-saml-shibboleth-sp-deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/hydra-oidc/resources/hydra-oidc-deployment.yaml b/components/hydra-oidc/resources/hydra-oidc-deployment.yaml index eb4222d..11c754f 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 - image: reg.cadoles.com/cadoles/hydra-oidc-v1:v0.0.0-159-gd91e77b + image: reg.cadoles.com/cadoles/hydra-oidc-v1:v0.0.0-170-g485b138 envFrom: - configMapRef: name: hydra-oidc-env diff --git a/components/hydra-saml/resources/hydra-saml-remote-user-deployment.yaml b/components/hydra-saml/resources/hydra-saml-remote-user-deployment.yaml index 3c59a75..24502cc 100644 --- a/components/hydra-saml/resources/hydra-saml-remote-user-deployment.yaml +++ b/components/hydra-saml/resources/hydra-saml-remote-user-deployment.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-159-gd91e77b + image: reg.cadoles.com/cadoles/hydra-remote-user-v1:v0.0.0-170-g485b138 envFrom: - configMapRef: name: hydra-saml-env diff --git a/components/hydra-saml/resources/hydra-saml-shibboleth-sp-deployment.yaml b/components/hydra-saml/resources/hydra-saml-shibboleth-sp-deployment.yaml index 1810238..80a793b 100644 --- a/components/hydra-saml/resources/hydra-saml-shibboleth-sp-deployment.yaml +++ b/components/hydra-saml/resources/hydra-saml-shibboleth-sp-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: hydra-saml-shibboleth-sp - image: reg.cadoles.com/cadoles/shibboleth-sp-v3:v0.0.0-159-gd91e77b + image: reg.cadoles.com/cadoles/shibboleth-sp-v3:v0.0.0-172-g0f44679 envFrom: - configMapRef: name: hydra-saml-env