Update postgres Docker tag to v17 #11

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

View File

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

View File

@@ -42,7 +42,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.13 image: postgres:17.5
restartPolicy: Always restartPolicy: Always
env: env:
- name: POSTGRES_DB - name: POSTGRES_DB