From aaf92a34bfc7af1cc67a945aeff2d4813ab80cc1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Aug 2025 00:15:22 +0000 Subject: [PATCH] Update postgres Docker tag to v15.14 --- cluster/apps/gitea/gitea-db.yml | 2 +- cluster/apps/invidious/invidious.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/gitea/gitea-db.yml b/cluster/apps/gitea/gitea-db.yml index 6e100af..e483ca8 100644 --- a/cluster/apps/gitea/gitea-db.yml +++ b/cluster/apps/gitea/gitea-db.yml @@ -24,7 +24,7 @@ spec: mountPath: /var/lib/postgresql/data containers: - name: gitea-db - image: postgres:15.13 + image: postgres:15.14 ports: - containerPort: 5432 env: diff --git a/cluster/apps/invidious/invidious.yml b/cluster/apps/invidious/invidious.yml index e651483..aaa966b 100644 --- a/cluster/apps/invidious/invidious.yml +++ b/cluster/apps/invidious/invidious.yml @@ -44,7 +44,7 @@ spec: - name: postgres-data mountPath: /var/lib/postgresql/data - name: postgres - image: postgres:15.13 + image: postgres:15.14 restartPolicy: Always env: - name: POSTGRES_DB -- 2.49.1