Skip to content

Commit 2d2b101

Browse files
committed
common/postgresql-ng: bump imageTag value
1 parent ee91bed commit 2d2b101

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/postgresql-ng/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ description: Chart for PostgreSQL
4747
#
4848
# 2.2.0
4949
# - Removed support for PostgreSQL 15, because Alpine 3.23 does not carry packages for it anymore.
50-
version: 2.2.0 # this version number is SemVer as it gets used to auto bump
50+
version: 2.2.1 # this version number is SemVer as it gets used to auto bump

common/postgresql-ng/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extensions:
1616
track: all
1717

1818
# Refer to the "ccloud/postgres-ng" repository in Keppel to see which image tags exist.
19-
imageTag: '20251209073356'
19+
imageTag: '20251209131015'
2020

2121
# The version of postgres to start.
2222
# This will be bumped over time and auto upgrade the database.

0 commit comments

Comments
 (0)