Skip to content

Commit ce9163d

Browse files
committed
chore: change default PgBouncer version to 1.24.1 (cloudnative-pg#7399)
Fix: cloudnative-pg#7397 Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> (cherry picked from commit 9514a7f)
1 parent b874cd1 commit ce9163d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/specs/pgbouncer/deployments.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import (
4242

4343
const (
4444
// DefaultPgbouncerImage is the name of the pgbouncer image used by default
45-
DefaultPgbouncerImage = "ghcr.io/cloudnative-pg/pgbouncer:1.24.0"
45+
DefaultPgbouncerImage = "ghcr.io/cloudnative-pg/pgbouncer:1.24.1"
4646
)
4747

4848
// Deployment create the deployment of pgbouncer, given

0 commit comments

Comments
 (0)