diff --git a/charts/cloudnative-pg-cluster/Chart.yaml b/charts/cloudnative-pg-cluster/Chart.yaml index 0dd423f..260bbb0 100644 --- a/charts/cloudnative-pg-cluster/Chart.yaml +++ b/charts/cloudnative-pg-cluster/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cnpg-cluster description: Create postgres tenant clusters managed by the CNPG Operator type: application -version: 1.1.1 +version: 1.1.2 dependencies: - name: cluster diff --git a/charts/cloudnative-pg-cluster/README.md b/charts/cloudnative-pg-cluster/README.md index 9f4193a..21cc3fa 100644 --- a/charts/cloudnative-pg-cluster/README.md +++ b/charts/cloudnative-pg-cluster/README.md @@ -1,6 +1,6 @@ # cnpg-cluster -![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Create postgres tenant clusters managed by the CNPG Operator diff --git a/charts/cloudnative-pg-cluster/templates/cluster_certificates.yaml b/charts/cloudnative-pg-cluster/templates/cluster_certificates.yaml index cd603bb..6a555ed 100644 --- a/charts/cloudnative-pg-cluster/templates/cluster_certificates.yaml +++ b/charts/cloudnative-pg-cluster/templates/cluster_certificates.yaml @@ -34,7 +34,7 @@ spec: apiVersion: v1 kind: Secret metadata: - name: "{{ .Values.name }}-server-secret" + name: "{{ .Values.name }}-server-cert" labels: cnpg.io/reload: "" ---