We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad4140 commit e229cd9Copy full SHA for e229cd9
2 files changed
CHANGES.rst
@@ -4,6 +4,11 @@ caktus.django-k8s
4
Changes
5
-------
6
7
+v1.10.1 on May 19, 2025
8
+~~~~~~~~~~~~~~~~~~~~~~~
9
+
10
+* Fix PgBouncer Docker tag
11
12
v1.10.0 on May 19, 2025
13
~~~~~~~~~~~~~~~~~~~~~~~
14
defaults/main.yml
@@ -86,7 +86,7 @@ k8s_redis_service_type: ClusterIP
86
87
k8s_pgbouncer_enabled: false
88
k8s_pgbouncer_repo: "edoburu/pgbouncer"
89
-k8s_pgbouncer_version: "1.24.1"
+k8s_pgbouncer_version: "v1.24.1-p0"
90
k8s_pgbouncer_replicas: 1
91
# Mount a Certificate from the k8s_namespace to pgBouncer's /etc/pgbouncer/ssl/
92
# directory to enable TLS mode to use for connections from clients
0 commit comments