update postgres image to version 15.13

This commit is contained in:
2025-06-11 21:22:02 +05:30
parent a55d01f93d
commit 2562541995

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:14 image: postgres:15.13
restartPolicy: Always restartPolicy: Always
env: env:
- name: POSTGRES_DB - name: POSTGRES_DB