From 8ec7f590b2d6240198579a6f35843b4cc6316c28 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 24 Dec 2024 21:08:05 -0600 Subject: [PATCH] upgrade base image to 17 --- 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 56f18f3..b4615d7 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 3.21.0 +version: 4.0.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.1 +appVersion: v1.25.0 diff --git a/charts/postgres-cluster/values.yaml b/charts/postgres-cluster/values.yaml index c873b3f..84599ed 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.6-22" + tag: "17.2-22" pullPolicy: IfNotPresent # The UID and GID of the postgres user inside the image