From b8e6d2c26d7e383cf58f471868aff1dbf933ab7b Mon Sep 17 00:00:00 2001 From: Kain Date: Tue, 13 Feb 2024 21:29:51 +0100 Subject: [PATCH] bump pgbouncer --- charts/pgbouncer/Chart.yaml | 4 ++-- charts/pgbouncer/README.md | 2 +- charts/pgbouncer/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/pgbouncer/Chart.yaml b/charts/pgbouncer/Chart.yaml index 1dd4c25..0e8640d 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: 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: diff --git a/charts/pgbouncer/README.md b/charts/pgbouncer/README.md index e8c9138..aa9f548 100644 --- a/charts/pgbouncer/README.md +++ b/charts/pgbouncer/README.md @@ -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` | diff --git a/charts/pgbouncer/values.yaml b/charts/pgbouncer/values.yaml index 3cee063..469a3c2 100644 --- a/charts/pgbouncer/values.yaml +++ b/charts/pgbouncer/values.yaml @@ -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