From 6e542b339bcaf0dc7ecc93bbcd29157f56812afe Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sat, 1 Nov 2025 22:24:50 +0530 Subject: [PATCH] update to postgres:18 --- clusters/default/media/invidious/invidious.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/default/media/invidious/invidious.yml b/clusters/default/media/invidious/invidious.yml index bd4b0ae..8084f21 100644 --- a/clusters/default/media/invidious/invidious.yml +++ b/clusters/default/media/invidious/invidious.yml @@ -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