From d7331408f0ac49228e1d1d49417a669ff91d0ef3 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 26 Dec 2025 17:02:18 -0600 Subject: [PATCH] fix name --- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/README.md | 2 +- charts/postgres-cluster/templates/cluster.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index ea457d5..f5901c7 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 7.4.3 +version: 7.4.4 description: Cloudnative-pg Cluster keywords: - database diff --git a/charts/postgres-cluster/README.md b/charts/postgres-cluster/README.md index e93a4f1..90f5b4b 100644 --- a/charts/postgres-cluster/README.md +++ b/charts/postgres-cluster/README.md @@ -1,6 +1,6 @@ # postgres-cluster -![Version: 7.4.3](https://img.shields.io/badge/Version-7.4.3-informational?style=flat-square) ![AppVersion: v1.28.0](https://img.shields.io/badge/AppVersion-v1.28.0-informational?style=flat-square) +![Version: 7.4.4](https://img.shields.io/badge/Version-7.4.4-informational?style=flat-square) ![AppVersion: v1.28.0](https://img.shields.io/badge/AppVersion-v1.28.0-informational?style=flat-square) Cloudnative-pg Cluster diff --git a/charts/postgres-cluster/templates/cluster.yaml b/charts/postgres-cluster/templates/cluster.yaml index 4a024b4..fcd9889 100644 --- a/charts/postgres-cluster/templates/cluster.yaml +++ b/charts/postgres-cluster/templates/cluster.yaml @@ -139,7 +139,7 @@ spec: isWALArchiver: false {{- end }} parameters: - barmanObjectName: "{{ include "cluster.name" $ }}-{{ $objectStore.name }}-backup" + barmanObjectName: "{{ include "cluster.name" $ }}-backup-{{ $objectStore.name }}" {{- if $objectStore.clusterName }} serverName: "{{ $objectStore.clusterName }}-backup-{{ $objectStore.index }}" {{- else }}