From 8fb09007d1863807be48643bc83ce64be4536b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Sun, 23 Nov 2025 15:08:05 +0100 Subject: [PATCH] fix(cnpg): Add barman cloud plugin --- helmfile.d/postgres-operator.yaml.gotmpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/helmfile.d/postgres-operator.yaml.gotmpl b/helmfile.d/postgres-operator.yaml.gotmpl index e977f948..9fd5a0d2 100644 --- a/helmfile.d/postgres-operator.yaml.gotmpl +++ b/helmfile.d/postgres-operator.yaml.gotmpl @@ -24,6 +24,14 @@ releases: postRendererArgs: - ../values/postgres-operator/kustomize/{{ .Environment.Name }} missingFileHandler: Info +- name: plugin-barman-cloud + namespace: cnpg + chart: cloudnative-pg/plugin-barman-cloud + version: 0.3.1 + condition: postgres_operator.enabled + values: + - ../values/postgres-operator/values/plugin-barman-cloud.yaml.gotmpl + missingFileHandler: Info - name: manifests namespace: cnpg chart: manifests