From 2562541995607a02b904dced7e0a369759437709 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Wed, 11 Jun 2025 21:22:02 +0530 Subject: [PATCH] update postgres image to version 15.13 --- cluster/apps/invidious/invidious.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/invidious/invidious.yml b/cluster/apps/invidious/invidious.yml index 48b919b..b677521 100644 --- a/cluster/apps/invidious/invidious.yml +++ b/cluster/apps/invidious/invidious.yml @@ -42,7 +42,7 @@ spec: - name: postgres-data mountPath: /var/lib/postgresql/data - name: postgres - image: postgres:14 + image: postgres:15.13 restartPolicy: Always env: - name: POSTGRES_DB