Update postgres Docker tag to v17

This commit is contained in:
Renovate Bot
2025-06-17 13:20:24 +00:00
parent d51e7cee51
commit 90996a557b
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ spec:
mountPath: /var/lib/postgresql/data
containers:
- name: gitea-db
image: postgres:15.10
image: postgres:17.5
ports:
- containerPort: 5432
env:

View File

@@ -42,7 +42,7 @@ spec:
- name: postgres-data
mountPath: /var/lib/postgresql/data
- name: postgres
image: postgres:15.13
image: postgres:17.5
restartPolicy: Always
env:
- name: POSTGRES_DB