Skip to content

Commit 5917d56

Browse files
committed
pgbouncer: update to 1.25.1
1 parent dc5abfc commit 5917d56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/pgbouncer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: pgbouncer
33
description: A Helm chart for deploying PgBouncer, a PostgreSQL connection pooler, on Kubernetes
44
type: application
5-
version: 4.0.3
6-
appVersion: 1.24.1
5+
version: 4.1.0
6+
appVersion: 1.25.1
77
kubeVersion: ">= 1.31.0-0"
88
icon: https://icoretech.github.io/helm/charts/pgbouncer/logo.png
99
keywords:

charts/pgbouncer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ image:
3838
# -- Container image repository
3939
repository: ghcr.io/icoretech/pgbouncer-docker
4040
# -- Container image tag
41-
tag: 1.24.1
41+
tag: 1.25.1
4242
# -- Container image pull policy: Always, IfNotPresent, or Never
4343
pullPolicy: IfNotPresent
4444

0 commit comments

Comments
 (0)