From 47f47c7a202b5926c0136ebe9026e7683267a5c1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Oct 2025 09:47:55 +0000 Subject: [PATCH] Update postgres Docker tag to v18 --- clusters/default/git-ops/gitea/gitea-db.yml | 2 +- clusters/default/media/invidious/invidious.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/default/git-ops/gitea/gitea-db.yml b/clusters/default/git-ops/gitea/gitea-db.yml index e099b0d..e267600 100644 --- a/clusters/default/git-ops/gitea/gitea-db.yml +++ b/clusters/default/git-ops/gitea/gitea-db.yml @@ -24,7 +24,7 @@ spec: mountPath: /var/lib/postgresql/data containers: - name: gitea-db - image: postgres:15.14 + image: postgres:18.0 ports: - containerPort: 5432 env: diff --git a/clusters/default/media/invidious/invidious.yml b/clusters/default/media/invidious/invidious.yml index 6645921..dab2ff3 100644 --- a/clusters/default/media/invidious/invidious.yml +++ b/clusters/default/media/invidious/invidious.yml @@ -44,7 +44,7 @@ spec: - name: postgres-data mountPath: /var/lib/postgresql/data - name: postgres - image: postgres:15.14 + image: postgres:18.0 restartPolicy: Always env: - name: POSTGRES_DB