From 023f233f99396ee80aea31925e521f4389954cbb Mon Sep 17 00:00:00 2001 From: Jeffrey Smeets Date: Mon, 24 Aug 2026 23:18:47 +0200 Subject: [PATCH] Revert reactive-resume to v5.0 v5.2.8 aborts startup when OIDC discovery fails. Discovery URL points at authentik.jsme.be, which pods cannot reach due to hairpin NAT. --- applications/react-resume/resume/react-resume-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/react-resume/resume/react-resume-deployment.yaml b/applications/react-resume/resume/react-resume-deployment.yaml index 0c76d0d..41388e0 100644 --- a/applications/react-resume/resume/react-resume-deployment.yaml +++ b/applications/react-resume/resume/react-resume-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 10 containers: - name: resume - image: ghcr.io/amruthpillai/reactive-resume:v5.2.8 + image: ghcr.io/amruthpillai/reactive-resume:v5.0 ports: - containerPort: 3000 resources: