From 80bb0ccd9acc8357f8931a39e4351c0a95326903 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Jun 2025 08:23:31 +0000 Subject: [PATCH] Update docker.io/library/postgres Docker tag to v17 --- cluster/apps/ghostfolio/ghostfolio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/ghostfolio/ghostfolio.yml b/cluster/apps/ghostfolio/ghostfolio.yml index d45f490..b1d8bcd 100644 --- a/cluster/apps/ghostfolio/ghostfolio.yml +++ b/cluster/apps/ghostfolio/ghostfolio.yml @@ -51,7 +51,7 @@ spec: name: ghostfolio-secrets key: redis-password - name: postgres - image: docker.io/library/postgres:15-alpine + image: docker.io/library/postgres:17-alpine restartPolicy: Always securityContext: capabilities: -- 2.49.1