update to postgres:18
This commit is contained in:
@@ -39,12 +39,12 @@ spec:
|
||||
- sh
|
||||
- -c
|
||||
- |
|
||||
rm -rf /var/lib/postgresql/data/lost+found
|
||||
rm -rf /var/lib/postgresql/lost+found
|
||||
volumeMounts:
|
||||
- name: postgres-data
|
||||
mountPath: /var/lib/postgresql/data
|
||||
mountPath: /var/lib/postgresql
|
||||
- name: postgres
|
||||
image: postgres:15.14
|
||||
image: postgres:18
|
||||
restartPolicy: Always
|
||||
env:
|
||||
- name: POSTGRES_DB
|
||||
@@ -64,7 +64,7 @@ spec:
|
||||
key: postgres-password
|
||||
volumeMounts:
|
||||
- name: postgres-data
|
||||
mountPath: /var/lib/postgresql/data
|
||||
mountPath: /var/lib/postgresql
|
||||
- name: inv-companion
|
||||
image: quay.io/invidious/invidious-companion@sha256:4320469a01fd3e7f554c8a7ad8d0fd388f325b27cc39a760c64edb36914f06ea
|
||||
restartPolicy: Always
|
||||
|
||||
Reference in New Issue
Block a user