fix import
All checks were successful
renovate / renovate (push) Successful in 54s
release-charts-postgres-cluster / release (push) Successful in 17s
release-charts-generic-device-plugin / release (push) Successful in 26s
lint-and-test / lint-helm (push) Successful in 9s
lint-and-test / chart-testing (push) Successful in 48s

This commit is contained in:
2025-12-12 16:43:35 -06:00
parent 0765ad2336
commit 0fda9c9db4
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -63,7 +63,7 @@ externalClusters:
{{- end }} {{- end }}
{{- if eq .Values.recovery.import.type "monolith" }} {{- if eq .Values.recovery.import.type "monolith" }}
roles: roles:
{{- with .Values.replica.importRoles }} {{- with .Values.recovery.import.roles }}
{{- . | toYaml | nindent 8 }} {{- . | toYaml | nindent 8 }}
{{- end }} {{- end }}
{{- end }} {{- end }}