From c72c25a74d3d4c63b305d964bbf25aeda86b0733 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Thu, 11 Apr 2024 19:33:20 -0600 Subject: [PATCH] upgrade default postgres version to 16.2 --- charts/postgres-cluster/Chart.yaml | 4 ++-- charts/postgres-cluster/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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