From f59585a9813988392c5ea80246db6842c2c7f506 Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Mon, 20 Oct 2025 14:17:47 +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 5d247278118..90a015d7831 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -284,7 +284,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