Skip to content

Commit

Permalink
pgbouncer 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masterkain authored Jul 25, 2024
1 parent 6a3293b commit f7358f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 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: 2.2.5
appVersion: 1.22.1
version: 2.3.0
appVersion: 1.23.0
kubeVersion: ">= 1.20.0-0"
icon: https://icoretech.github.io/helm/charts/pgbouncer/logo.png
keywords:
Expand Down
5 changes: 2 additions & 3 deletions charts/pgbouncer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following table lists the configurable parameters of the pgBouncer chart and
| `imagePullSecrets` | Secrets for accessing private image registries. Format: `[{"name": "mySecret"}]`. | `[]` |
| `image.registry` | Registry URL for the pgBouncer image. | `""` |
| `image.repository` | Image repository for pgBouncer. | `ghcr.io/icoretech/pgbouncer-docker` |
| `image.tag` | Specific image tag to use. | `1.22.1` |
| `image.tag` | Specific image tag to use. | `1.23.0` |
| `image.pullPolicy` | Image pull policy. Options: `Always`, `Never`, `IfNotPresent`. | `IfNotPresent` |
| `service.type` | Kubernetes Service type (e.g., `ClusterIP`, `NodePort`). | `ClusterIP` |
| `service.port` | Port for the pgBouncer service. | `5432` |
Expand Down Expand Up @@ -91,7 +91,7 @@ spec:
chart:
spec:
chart: pgbouncer
version: ">= 1.8.4"
version: ">= 2.3.0"
sourceRef:
kind: HelmRepository
name: icoretech
Expand All @@ -109,7 +109,6 @@ spec:
port: 5432
pgbouncer:
server_tls_sslmode: prefer
# max_client_conn: 500
ignore_startup_parameters: extra_float_digits
pool_mode: transaction
auth_type: scram-sha-256
Expand Down
2 changes: 1 addition & 1 deletion charts/pgbouncer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ imagePullSecrets: []
image:
registry: ""
repository: ghcr.io/icoretech/pgbouncer-docker
tag: 1.22.1
tag: 1.23.0
pullPolicy: IfNotPresent

## Service configuration
Expand Down

0 comments on commit f7358f4

Please sign in to comment.