Compare commits

...

1 Commits

Author SHA1 Message Date
3aa9113d24 fix service account
All checks were successful
release-charts-cloudfbarman-cloudlared / release (push) Successful in 19s
2025-05-24 11:45:45 -05:00
4 changed files with 4 additions and 10 deletions

View File

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

View File

@@ -1,6 +1,6 @@
# barman-cloud
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-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.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)
Barman Cloud Plugin
@@ -27,7 +27,6 @@ Barman Cloud Plugin
|-----|------|---------|-------------|
| image | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/cloudnative-pg/plugin-barman-cloud","tag":"v0.4.0"}` | Default image |
| name | string | `"barman-cloud"` | Name override of release |
| resources | object | `{"requests":{"cpu":"10m","memory":"128Mi"}}` | Default resources |
| service | object | `{"listenPort":9090}` | Default service |
----------------------------------------------

View File

@@ -12,7 +12,8 @@ controllers:
app: {{ .Values.name }}
replicas: 1
strategy: Recreate
serviceAccountName: plugin-barman-cloud
serviceAccount:
name: plugin-barman-cloud
pod:
securityContext:
runAsNonRoot: true

View File

@@ -10,9 +10,3 @@ image:
# -- Default service
service:
listenPort: 9090
# -- Default resources
resources:
requests:
cpu: 10m
memory: 128Mi