Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/pgbouncer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/pgbouncer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading