diff --git a/charts/pgbouncer/Chart.yaml b/charts/pgbouncer/Chart.yaml index 40cb0b9..3e4abb1 100644 --- a/charts/pgbouncer/Chart.yaml +++ b/charts/pgbouncer/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pgbouncer description: A Helm chart for deploying PgBouncer, a PostgreSQL connection pooler, on Kubernetes type: application -version: 4.1.6 -appVersion: 1.25.1 +version: 4.1.7 +appVersion: 1.25.2 kubeVersion: ">= 1.31.0-0" icon: https://icoretech.github.io/helm/charts/pgbouncer/logo.png keywords: @@ -24,4 +24,4 @@ annotations: url: https://icoretech.github.io/helm/pgp-public-key.asc artifacthub.io/images: | - name: pgbouncer - image: ghcr.io/icoretech/pgbouncer-docker:1.25.1 + image: ghcr.io/icoretech/pgbouncer-docker:1.25.2 diff --git a/charts/pgbouncer/values.yaml b/charts/pgbouncer/values.yaml index 9dc84e4..398cdbd 100644 --- a/charts/pgbouncer/values.yaml +++ b/charts/pgbouncer/values.yaml @@ -38,7 +38,7 @@ image: # -- Container image repository repository: ghcr.io/icoretech/pgbouncer-docker # -- Container image tag - tag: 1.25.1 + tag: 1.25.2 # -- Container image pull policy: Always, IfNotPresent, or Never pullPolicy: IfNotPresent