diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index ffb260e..cbfa43c 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 0.2.4 +version: 0.2.5 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.22.1 +appVersion: v1.22.2 diff --git a/charts/postgres-cluster/values.yaml b/charts/postgres-cluster/values.yaml index 06063ea..a671f0f 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -2,7 +2,7 @@ cluster: name: cl01tl image: repository: ghcr.io/cloudnative-pg/postgresql - tag: 16.0 + tag: 16.2 instances: 2 parameters: shared_buffers: 128MB