From 0b8a42431159b8508412196f58909a01fff4b975 Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Mon, 20 Oct 2025 14:19:34 +0200 Subject: [PATCH] Merge branch 'fix-pgbounder-image' into 'master' pgbouncer: Use new bitnamilegacy container registry See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/8152 Merged-by: Olivier Campeau Approved-by: John Cai Approved-by: Eric Ju (cherry picked from commit 4d78df8cb5c6b3abfef5530830dba6c67d9d4c53) c0811274 pgbouncer: Use new bitnamilegacy container registry Co-authored-by: Olivier Campeau --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f38a5d2a32e..fa7aac48da7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -290,7 +290,7 @@ test:pgbouncer: - name: postgres:${POSTGRES_VERSION} alias: postgres command: ["postgres", "-c", "max_connections=500", "-c", "shared_buffers=1GB"] - - name: bitnami/pgbouncer:${PGBOUNCER_VERSION} + - name: bitnamilegacy/pgbouncer:${PGBOUNCER_VERSION} alias: pgbouncer variables: <<: *test_variables -- GitLab