Update postgres Docker tag to v18

This commit is contained in:
Renovate Bot
2025-10-15 09:47:55 +00:00
parent 9dd17a5cd3
commit 47f47c7a20
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ spec:
mountPath: /var/lib/postgresql/data mountPath: /var/lib/postgresql/data
containers: containers:
- name: gitea-db - name: gitea-db
image: postgres:15.14 image: postgres:18.0
ports: ports:
- containerPort: 5432 - containerPort: 5432
env: env:

View File

@@ -44,7 +44,7 @@ spec:
- name: postgres-data - name: postgres-data
mountPath: /var/lib/postgresql/data mountPath: /var/lib/postgresql/data
- name: postgres - name: postgres
image: postgres:15.14 image: postgres:18.0
restartPolicy: Always restartPolicy: Always
env: env:
- name: POSTGRES_DB - name: POSTGRES_DB