From 59a74ff14cc027b8c928bdaef96e8cadb5056e0a Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Wed, 22 Jan 2025 09:07:36 +0100 Subject: [PATCH] Update chart to new pgbouncer version --- charts/pgbouncer/Chart.yaml | 4 ++-- charts/pgbouncer/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/pgbouncer/Chart.yaml b/charts/pgbouncer/Chart.yaml index c909a96..f79c117 100644 --- a/charts/pgbouncer/Chart.yaml +++ b/charts/pgbouncer/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.0 +version: 1.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.21.0" +appVersion: "1.24.0" diff --git a/charts/pgbouncer/values.yaml b/charts/pgbouncer/values.yaml index c10df01..259efcc 100644 --- a/charts/pgbouncer/values.yaml +++ b/charts/pgbouncer/values.yaml @@ -13,7 +13,7 @@ image: repository: edoburu/pgbouncer pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.21.0-p0" + tag: "v1.24.0-p0" imagePullSecrets: [] nameOverride: ""