From b4740efc202de8b61b60311147b61f1fe778723d Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sat, 1 Aug 2026 14:28:07 +0000 Subject: [PATCH] Upgrade Pangolin to version 1.21.1 Fixes server action 404 error preventing initial setup. Version 1.21.1 was released on 2026-07-30 and includes fixes for Next.js server action routing issues. Related: DEV-396 Co-Authored-By: Paperclip --- apps/pangolin/pangolin-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pangolin/pangolin-deployment.yaml b/apps/pangolin/pangolin-deployment.yaml index 2ae8826..e4875f1 100644 --- a/apps/pangolin/pangolin-deployment.yaml +++ b/apps/pangolin/pangolin-deployment.yaml @@ -35,7 +35,7 @@ spec: spec: containers: - name: pangolin - image: fosrl/pangolin:1.21.0 + image: fosrl/pangolin:1.21.1 ports: - containerPort: 3002 name: http