Compare commits

...

1 Commits

Author SHA1 Message Date
df4bb2acd7 fix name helper
All checks were successful
release-charts-postgres-cluster / release (push) Successful in 19s
2025-05-24 01:14:01 -05:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: postgres-cluster name: postgres-cluster
version: 6.0.7 version: 6.0.8
description: Cloudnative-pg Cluster description: Cloudnative-pg Cluster
keywords: keywords:
- database - database

View File

@@ -1,6 +1,6 @@
# postgres-cluster # postgres-cluster
![Version: 6.0.7](https://img.shields.io/badge/Version-6.0.7-informational?style=flat-square) ![AppVersion: v1.26.0](https://img.shields.io/badge/AppVersion-v1.26.0-informational?style=flat-square) ![Version: 6.0.8](https://img.shields.io/badge/Version-6.0.8-informational?style=flat-square) ![AppVersion: v1.26.0](https://img.shields.io/badge/AppVersion-v1.26.0-informational?style=flat-square)
Cloudnative-pg Cluster Cloudnative-pg Cluster

View File

@@ -14,7 +14,7 @@ spec:
configuration: configuration:
destinationPath: {{ $context.destinationPath }} destinationPath: {{ $context.destinationPath }}
endpointURL: {{ $context.endpointURL }} endpointURL: {{ $context.endpointURL }}
{{- if not (empty $context.endpointCA.name) }} {{- if $context.endpointCA.enabled }}
endpointCA: endpointCA:
name: {{ $context.endpointCA.name }} name: {{ $context.endpointCA.name }}
key: {{ $context.endpointCA.key }} key: {{ $context.endpointCA.key }}
@@ -67,7 +67,7 @@ spec:
configuration: configuration:
destinationPath: {{ .Values.recovery.objectStore.destinationPath }} destinationPath: {{ .Values.recovery.objectStore.destinationPath }}
endpointURL: {{ .Values.recovery.objectStore.endpointURL }} endpointURL: {{ .Values.recovery.objectStore.endpointURL }}
{{- if not (empty .Values.recovery.objectStore.endpointCA.name) }} {{- if .Values.recovery.objectStore.endpointCA.enabled }}
endpointCA: endpointCA:
name: {{ .Values.recovery.objectStore.endpointCA.name }} name: {{ .Values.recovery.objectStore.endpointCA.name }}
key: {{ .Values.recovery.objectStore.endpointCA.key }} key: {{ .Values.recovery.objectStore.endpointCA.key }}