Skip to content

Commit 7523356

Browse files
authored
Merge pull request #3 from mastodon/pgbouncer-update
Update chart to new pgbouncer version
2 parents 66375db + 59a74ff commit 7523356

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/pgbouncer/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.2.0
18+
version: 1.3.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.21.0"
24+
appVersion: "1.24.0"

charts/pgbouncer/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ image:
1313
repository: edoburu/pgbouncer
1414
pullPolicy: IfNotPresent
1515
# Overrides the image tag whose default is the chart appVersion.
16-
tag: "1.21.0-p0"
16+
tag: "v1.24.0-p0"
1717

1818
imagePullSecrets: []
1919
nameOverride: ""

0 commit comments

Comments
 (0)