From 9a56801758b3fe88dce9ad60117dd6b813725751 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:34:08 +0000 Subject: [PATCH] chore(deps): update ghcr.io/cloudnative-pg/pgbouncer docker tag to v1.22.1 --- pkg/specs/pgbouncer/deployments.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/specs/pgbouncer/deployments.go b/pkg/specs/pgbouncer/deployments.go index 1ede06a049..515c368b14 100644 --- a/pkg/specs/pgbouncer/deployments.go +++ b/pkg/specs/pgbouncer/deployments.go @@ -37,7 +37,7 @@ import ( const ( // DefaultPgbouncerImage is the name of the pgbouncer image used by default - DefaultPgbouncerImage = "ghcr.io/cloudnative-pg/pgbouncer:1.22.0" + DefaultPgbouncerImage = "ghcr.io/cloudnative-pg/pgbouncer:1.22.1" ) // Deployment create the deployment of pgbouncer, given