From 6313b85999d82d86fe12044e4ac971e43e49558d Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 23 Aug 2026 15:07:38 +0000 Subject: [PATCH] chore(pangolin): bump postgres 17.5 -> 17.11 (DEV-533) Patch bump per DEV-520 plan. Only pangolin uses postgres:17.5*; other apps (paperclip, directus, forgejo, stalwart) are on postgres:16-alpine and are out of scope for this ticket. Co-Authored-By: Paperclip --- apps/pangolin/pangolin-deployment.yaml | 2 +- apps/pangolin/postgres.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/pangolin/pangolin-deployment.yaml b/apps/pangolin/pangolin-deployment.yaml index b7fe241..08917ae 100644 --- a/apps/pangolin/pangolin-deployment.yaml +++ b/apps/pangolin/pangolin-deployment.yaml @@ -35,7 +35,7 @@ spec: spec: initContainers: - name: wait-for-postgres - image: postgres:17.5 + image: postgres:17.11 command: - /bin/sh - -c diff --git a/apps/pangolin/postgres.yaml b/apps/pangolin/postgres.yaml index 19432b9..f92e818 100644 --- a/apps/pangolin/postgres.yaml +++ b/apps/pangolin/postgres.yaml @@ -57,7 +57,7 @@ spec: fsGroup: 999 containers: - name: postgres - image: postgres:17.5 + image: postgres:17.11 imagePullPolicy: IfNotPresent ports: - containerPort: 5432