We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5abfc commit 5917d56Copy full SHA for 5917d56
charts/pgbouncer/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: pgbouncer
3
description: A Helm chart for deploying PgBouncer, a PostgreSQL connection pooler, on Kubernetes
4
type: application
5
-version: 4.0.3
6
-appVersion: 1.24.1
+version: 4.1.0
+appVersion: 1.25.1
7
kubeVersion: ">= 1.31.0-0"
8
icon: https://icoretech.github.io/helm/charts/pgbouncer/logo.png
9
keywords:
charts/pgbouncer/values.yaml
@@ -38,7 +38,7 @@ image:
38
# -- Container image repository
39
repository: ghcr.io/icoretech/pgbouncer-docker
40
# -- Container image tag
41
- tag: 1.24.1
+ tag: 1.25.1
42
# -- Container image pull policy: Always, IfNotPresent, or Never
43
pullPolicy: IfNotPresent
44
0 commit comments