diff --git a/charts/barman-cloud/Chart.yaml b/charts/barman-cloud/Chart.yaml index 4095662..417c742 100644 --- a/charts/barman-cloud/Chart.yaml +++ b/charts/barman-cloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: barman-cloud -version: 0.2.3 +version: 0.2.4 description: Barman Cloud Plugin keywords: - barman-cloud diff --git a/charts/barman-cloud/README.md b/charts/barman-cloud/README.md index b33663b..a9add9f 100644 --- a/charts/barman-cloud/README.md +++ b/charts/barman-cloud/README.md @@ -1,6 +1,6 @@ # barman-cloud -![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![AppVersion: v.0.4.0](https://img.shields.io/badge/AppVersion-v.0.4.0-informational?style=flat-square) +![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![AppVersion: v.0.4.0](https://img.shields.io/badge/AppVersion-v.0.4.0-informational?style=flat-square) Barman Cloud Plugin diff --git a/charts/barman-cloud/templates/common.yaml b/charts/barman-cloud/templates/common.yaml index a6eedd3..181d638 100644 --- a/charts/barman-cloud/templates/common.yaml +++ b/charts/barman-cloud/templates/common.yaml @@ -82,6 +82,13 @@ persistence: readOnly: true mountPropagation: None subPath: server + client-tls: + enabled: true + type: secret + name: {{ .Values.name }}-client-tls + advancedMounts: + main: + main: - path: /client readOnly: true mountPropagation: None