From 72a021995207fbbbfcfd478fb34e66d08e1cb7c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 15:18:42 +0000 Subject: [PATCH] chore(deps): update ghcr.io/icoretech/pgbouncer-docker docker tag to v1.25.2 --- charts/pgbouncer/Chart.yaml | 6 +++--- charts/pgbouncer/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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