diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index 7975079..1001ebc 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 7.1.1 +version: 7.1.2 description: Cloudnative-pg Cluster keywords: - database diff --git a/charts/postgres-cluster/README.md b/charts/postgres-cluster/README.md index 922360f..0d34e3b 100644 --- a/charts/postgres-cluster/README.md +++ b/charts/postgres-cluster/README.md @@ -1,6 +1,6 @@ # postgres-cluster -![Version: 7.1.1](https://img.shields.io/badge/Version-7.1.1-informational?style=flat-square) ![AppVersion: v1.28.0](https://img.shields.io/badge/AppVersion-v1.28.0-informational?style=flat-square) +![Version: 7.1.2](https://img.shields.io/badge/Version-7.1.2-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/databases.yaml b/charts/postgres-cluster/templates/databases.yaml index 5a117be..431fef0 100644 --- a/charts/postgres-cluster/templates/databases.yaml +++ b/charts/postgres-cluster/templates/databases.yaml @@ -10,7 +10,7 @@ metadata: spec: name: {{ .name }} cluster: - name: {{ include "cluster.name" $ }} + name: {{ include "cluster.name" . }}-cluster ensure: {{ .ensure | default "present" }} owner: {{ .owner }} template: {{ .template | default "template1" }}