Skip to content

Commit e229cd9

Browse files
authored
Fix pgbouncer tag (#68)
1 parent 8ad4140 commit e229cd9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ caktus.django-k8s
44
Changes
55
-------
66

7+
v1.10.1 on May 19, 2025
8+
~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
* Fix PgBouncer Docker tag
11+
712
v1.10.0 on May 19, 2025
813
~~~~~~~~~~~~~~~~~~~~~~~
914

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ k8s_redis_service_type: ClusterIP
8686

8787
k8s_pgbouncer_enabled: false
8888
k8s_pgbouncer_repo: "edoburu/pgbouncer"
89-
k8s_pgbouncer_version: "1.24.1"
89+
k8s_pgbouncer_version: "v1.24.1-p0"
9090
k8s_pgbouncer_replicas: 1
9191
# Mount a Certificate from the k8s_namespace to pgBouncer's /etc/pgbouncer/ssl/
9292
# directory to enable TLS mode to use for connections from clients

0 commit comments

Comments
 (0)