From dd724b5b32d647b8303c31cdeb007aba55cc0d55 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Fri, 17 May 2024 12:06:04 -0500 Subject: [PATCH] update base image --- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index 867f05d..22e35f0 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 3.0.0 +version: 3.1.0 description: Chart for cloudnative-pg cluster keywords: - database diff --git a/charts/postgres-cluster/values.yaml b/charts/postgres-cluster/values.yaml index dc81fa4..10b511e 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -20,7 +20,7 @@ cluster: image: repository: ghcr.io/cloudnative-pg/postgresql - tag: "16.2" + tag: "16.3" pullPolicy: IfNotPresent # The UID and GID of the postgres user inside the image