Upgrade postgres init container

This commit is contained in:
Jansen Fuller
2026-05-03 10:17:54 -06:00
committed by Dustin J. Mitchell
parent ef98290f37
commit 269efce4f1

View File

@ -101,7 +101,7 @@ postgres:
sslMode: disable sslMode: disable
initContainer: initContainer:
enabled: true enabled: true
image: postgres:15-alpine image: postgres:17-alpine
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
# Override the schema URL. Defaults to the official schema for this chart's appVersion. # 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 # e.g. https://raw.githubusercontent.com/GothenburgBitFactory/taskchampion-sync-server/v0.7.0/postgres/schema.sql