Update postgres Docker tag to v18 #6

Closed
aggarwalakshun wants to merge 1 commits from renovate/postgres-18.x into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 47f47c7a20 - Show all commits

View File

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

View File

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