Compare commits

...

3 Commits

Author SHA1 Message Date
a3f42e13ce fix client mount
All checks were successful
release-charts-cloudfbarman-cloudlared / release (push) Successful in 28s
2025-05-24 11:57:30 -05:00
a48262f115 upgrade chart
All checks were successful
release-charts-cloudfbarman-cloudlared / release (push) Successful in 16s
2025-05-24 11:52:07 -05:00
bd458a3a3d fix service account
All checks were successful
release-charts-cloudfbarman-cloudlared / release (push) Successful in 27s
2025-05-24 11:49:16 -05:00
5 changed files with 14 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: barman-cloud
version: 0.2.1
version: 0.2.4
description: Barman Cloud Plugin
keywords:
- barman-cloud

View File

@@ -1,6 +1,6 @@
# barman-cloud
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-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

View File

@@ -12,7 +12,7 @@ roleRef:
name: metrics-auth-role
subjects:
- kind: ServiceAccount
name: plugin-barman-cloud
name: {{ .Release.Name }}-barman-cloud
namespace: {{ .Release.Namespace }}
---
@@ -30,5 +30,5 @@ roleRef:
name: plugin-barman-cloud
subjects:
- kind: ServiceAccount
name: plugin-barman-cloud
name: {{ .Release.Name }}-barman-cloud
namespace: {{ .Release.Namespace }}

View File

@@ -13,7 +13,7 @@ controllers:
replicas: 1
strategy: Recreate
serviceAccount:
name: plugin-barman-cloud
name: {{ .Release.Name }}-barman-cloud
pod:
securityContext:
runAsNonRoot: true
@@ -53,7 +53,7 @@ controllers:
seccompProfile:
type: RuntimeDefault
serviceAccount:
plugin-barman-cloud:
barman-cloud:
enabled: true
service:
main:
@@ -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

View File

@@ -13,5 +13,5 @@ roleRef:
name: leader-election-role
subjects:
- kind: ServiceAccount
name: plugin-barman-cloud
name: {{ .Release.Name }}-barman-cloud
namespace: {{ .Release.Namespace }}