From 46c78cc11f874325fe743c3f70d0709e58c8a084 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Thu, 2 Apr 2026 22:14:41 -0500 Subject: [PATCH] fix: use pgbouncer/pgbouncer:latest image tag --- pgbouncer/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgbouncer/deployment.yaml b/pgbouncer/deployment.yaml index 7dedc66..cffce83 100644 --- a/pgbouncer/deployment.yaml +++ b/pgbouncer/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: pgbouncer - image: pgbouncer/pgbouncer:1.23.1 + image: pgbouncer/pgbouncer:latest ports: - containerPort: 5432 volumeMounts: