diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index 21ababb..5dd662e 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 3.12.1 +version: 3.13.0 description: Chart for cloudnative-pg cluster keywords: - database @@ -10,4 +10,4 @@ sources: maintainers: - name: alexlebens icon: https://avatars.githubusercontent.com/u/100373852?s=48&v=4 -appVersion: v1.24.0 +appVersion: v1.24.1 diff --git a/charts/postgres-cluster/values.yaml b/charts/postgres-cluster/values.yaml index 8f50bdc..2ae521e 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -21,7 +21,7 @@ cluster: image: repository: ghcr.io/cloudnative-pg/postgresql - tag: "16.4-26" + tag: "16.6-2" pullPolicy: IfNotPresent # The UID and GID of the postgres user inside the image