Update postgres Docker tag to v15.14 #197

Merged
aggarwalakshun merged 1 commits from renovate/postgres-15.x into main 2025-08-15 00:22:47 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit aaf92a34bf - Show all commits

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.13 image: postgres:15.14
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.13 image: postgres:15.14
restartPolicy: Always restartPolicy: Always
env: env:
- name: POSTGRES_DB - name: POSTGRES_DB