forked from github-mirrorer/taskchampion-sync-server
Upgrade postgres init container
This commit is contained in:
committed by
Dustin J. Mitchell
parent
ef98290f37
commit
269efce4f1
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user