Skip to content

Commit

Permalink
bump pgbouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
masterkain authored Feb 13, 2024
1 parent c985bb5 commit b8e6d2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.1
appVersion: 1.20.1
version: 2.2.0
appVersion: 1.22.0
kubeVersion: ">= 1.20.0-0"
icon: https://icoretech.github.io/helm/charts/pgbouncer/logo.png
keywords:
Expand Down
2 changes: 1 addition & 1 deletion 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` | Optional array of imagePullSecrets containing private registry credentials | `[]` |
| `image.registry` | Registry for the pgBouncer image | `""` |
| `image.repository` | Repository for the pgBouncer image | `ghcr.io/icoretech/pgbouncer-docker` |
| `image.tag` | Tag for the pgBouncer image | `1.20.1` |
| `image.tag` | Tag for the pgBouncer image | `1.22.0` |
| `image.pullPolicy` | Pull policy for the pgBouncer image | `IfNotPresent` |
| `service.type` | Service type | `ClusterIP` |
| `service.port` | Service port | `5432` |
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.20.1
tag: 1.22.0
pullPolicy: IfNotPresent

## Service configuration
Expand Down

0 comments on commit b8e6d2c

Please sign in to comment.