diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index f736e1d..c692a22 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 5.0.6 +version: 5.0.7 description: Cloudnative-pg Cluster keywords: - database diff --git a/charts/postgres-cluster/README.md b/charts/postgres-cluster/README.md index e2b56c0..7511dc2 100644 --- a/charts/postgres-cluster/README.md +++ b/charts/postgres-cluster/README.md @@ -1,6 +1,6 @@ # postgres-cluster -![Version: 5.0.6](https://img.shields.io/badge/Version-5.0.6-informational?style=flat-square) ![AppVersion: v1.25.1](https://img.shields.io/badge/AppVersion-v1.25.1-informational?style=flat-square) +![Version: 5.0.7](https://img.shields.io/badge/Version-5.0.7-informational?style=flat-square) ![AppVersion: v1.25.1](https://img.shields.io/badge/AppVersion-v1.25.1-informational?style=flat-square) Cloudnative-pg Cluster diff --git a/charts/postgres-cluster/templates/_bootstrap.tpl b/charts/postgres-cluster/templates/_bootstrap.tpl index 6f9a2fa..44d125f 100644 --- a/charts/postgres-cluster/templates/_bootstrap.tpl +++ b/charts/postgres-cluster/templates/_bootstrap.tpl @@ -105,7 +105,7 @@ externalClusters: externalClusters: {{- include "cluster.externalSourceCluster" (list "importSource" .Values.recovery.import.source) | nindent 2 }} -{{- else if eq .Values.mode "backup" }} +{{- else if eq .Values.recovery.method "backup" }} recovery: {{- with .Values.recovery.backup.pitrTarget.time }} recoveryTarget: @@ -120,7 +120,7 @@ externalClusters: backup: name: {{ .Values.recovery.backup.backupName }} -{{- else if eq .Values.mode "objectStore" }} +{{- else if eq .Values.recovery.method "objectStore" }} recovery: {{- with .Values.recovery.objectStore.pitrTarget.time }} recoveryTarget: