From 848c9e581bc0abd8ede589307eec2ffc680e7f87 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Tue, 19 Nov 2024 09:51:54 +0100 Subject: [PATCH] upgrade gitea postgres version --- infrastructure/gitea/postgres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/gitea/postgres.yaml b/infrastructure/gitea/postgres.yaml index 471dc79..604eceb 100644 --- a/infrastructure/gitea/postgres.yaml +++ b/infrastructure/gitea/postgres.yaml @@ -4,7 +4,7 @@ metadata: name: gitea-postgres spec: instances: 1 - imageName: ghcr.io/cloudnative-pg/postgresql:11 + imageName: ghcr.io/cloudnative-pg/postgresql:12 bootstrap: initdb: owner: gitea