From 327cd8bd54c607131599e8bfc8b97d575d29f5c9 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 13 Feb 2026 12:45:32 -0600 Subject: [PATCH] fix: external clusters incorrect yaml --- charts/cloudflared/README.md | 4 ++-- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/README.md | 2 +- charts/postgres-cluster/templates/_external_clusters.tpl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/cloudflared/README.md b/charts/cloudflared/README.md index 8cce584..913ae19 100644 --- a/charts/cloudflared/README.md +++ b/charts/cloudflared/README.md @@ -1,6 +1,6 @@ # cloudflared -![Version: 2.2.2](https://img.shields.io/badge/Version-2.2.2-informational?style=flat-square) ![AppVersion: 2026.1.2](https://img.shields.io/badge/AppVersion-2026.1.2-informational?style=flat-square) +![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![AppVersion: 2026.2.0](https://img.shields.io/badge/AppVersion-2026.2.0-informational?style=flat-square) Cloudflared Tunnel @@ -25,7 +25,7 @@ Cloudflared Tunnel | Key | Type | Default | Description | |-----|------|---------|-------------| -| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2026.1.2"}` | Default image | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2026.2.0"}` | Default image | | name | string | `""` | Name override of release | | resources | object | `{"requests":{"cpu":"10m","memory":"128Mi"}}` | Default resources | | secret | object | `{"existingSecret":{"key":"cf-tunnel-token","name":"cloudflared-secret"},"externalSecret":{"additionalLabels":{},"enabled":true,"nameOverride":"","store":{"name":"vault","path":"/cloudflare/tunnels","property":"token"}}}` | Secret configuration | diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index d6e4eaa..562890a 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 7.5.1 +version: 7.6.0 description: Cloudnative-pg Cluster keywords: - database diff --git a/charts/postgres-cluster/README.md b/charts/postgres-cluster/README.md index de31bdb..dfbb21a 100644 --- a/charts/postgres-cluster/README.md +++ b/charts/postgres-cluster/README.md @@ -1,6 +1,6 @@ # postgres-cluster -![Version: 7.5.0](https://img.shields.io/badge/Version-7.5.0-informational?style=flat-square) ![AppVersion: v1.28.0](https://img.shields.io/badge/AppVersion-v1.28.0-informational?style=flat-square) +![Version: 7.6.0](https://img.shields.io/badge/Version-7.6.0-informational?style=flat-square) ![AppVersion: v1.28.1](https://img.shields.io/badge/AppVersion-v1.28.1-informational?style=flat-square) Cloudnative-pg Cluster diff --git a/charts/postgres-cluster/templates/_external_clusters.tpl b/charts/postgres-cluster/templates/_external_clusters.tpl index f2e401d..4ed6c1e 100644 --- a/charts/postgres-cluster/templates/_external_clusters.tpl +++ b/charts/postgres-cluster/templates/_external_clusters.tpl @@ -1,7 +1,7 @@ {{- define "cluster.externalClusters" -}} -externalClusters: {{- if eq .Values.mode "standalone" }} {{- else if eq .Values.mode "recovery" }} +externalClusters: {{- if eq .Values.recovery.method "import" }} - name: importSource {{- include "cluster.externalSourceCluster" .Values.recovery.import.source | nindent 4 }}