From 269efce4f171c9bdedd72059d0a1fd0083dd00a3 Mon Sep 17 00:00:00 2001 From: Jansen Fuller Date: Sun, 3 May 2026 10:17:54 -0600 Subject: [PATCH] Upgrade postgres init container --- helm/taskchampion-sync-server/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/taskchampion-sync-server/values.yaml b/helm/taskchampion-sync-server/values.yaml index cae77a8..103c45e 100644 --- a/helm/taskchampion-sync-server/values.yaml +++ b/helm/taskchampion-sync-server/values.yaml @@ -101,7 +101,7 @@ postgres: sslMode: disable initContainer: enabled: true - image: postgres:15-alpine + image: postgres:17-alpine imagePullPolicy: IfNotPresent # Override the schema URL. Defaults to the official schema for this chart's appVersion. # e.g. https://raw.githubusercontent.com/GothenburgBitFactory/taskchampion-sync-server/v0.7.0/postgres/schema.sql