Skip to content

Commit cacd749

Browse files
authored
chore: update default pgBouncer version to 1.25.1 (cloudnative-pg#9367)
Closes cloudnative-pg#9366 Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent c0beccf commit cacd749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/versions/versions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
DefaultOperatorImageName = "ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0-rc2"
3333

3434
// DefaultPgbouncerImage is the name of the pgbouncer image used by default
35-
DefaultPgbouncerImage = "ghcr.io/cloudnative-pg/pgbouncer:1.24.1"
35+
DefaultPgbouncerImage = "ghcr.io/cloudnative-pg/pgbouncer:1.25.1"
3636
)
3737

3838
// BuildInfo is a struct containing all the info about the build

0 commit comments

Comments
 (0)