DirectorySecurity AdvisoriesPricing
Sign in
Directory
plugin-barman-cloud logoHELM

plugin-barman-cloud

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

Tag:
Compare:

1
#
2
# Copyright © contributors to CloudNativePG, established as
3
# CloudNativePG a Series of LF Projects, LLC.
4
#
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
7
# You may obtain a copy of the License at
8
#
9
# http://www.apache.org/licenses/LICENSE-2.0
10
#
11
# Unless required by applicable law or agreed to in writing, software
12
# distributed under the License is distributed on an "AS IS" BASIS,
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
#
17
# SPDX-License-Identifier: Apache-2.0
18
#
19
# Default values for CloudNativePG.
20
# This is a YAML-formatted file.
21
# Please declare variables to be passed to your templates.
22
23
replicaCount: 1
24
# @schema
25
# type: string
26
# enum: [error, warning, info, debug, trace]
27
# default: info
28
# @schema
29
# -- Log verbosity level for the plugin barman cloud with values: [error, warning, info, debug, trace].
30
logLevel: info
31
image:
32
registry: cgr.dev
33
repository: scratch-images/test-tmp/plugin-barman-cloud-fips
34
pullPolicy: IfNotPresent
35
# -- Overrides the image tag whose default is the chart appVersion.
36
tag: 0.14.0-r5@sha256:39bd8a3dd08b06571b6a0898da3790449df7b0b0c910afdb048486e32ac2cc6d
37
sidecarImage:
38
registry: cgr.dev
39
repository: scratch-images/test-tmp/plugin-barman-cloud-fips-sidecar
40
# -- Overrides the image tag whose default is the chart appVersion.
41
tag: 0.14.0-r5@sha256:b343942aac02beab513a8d4d725ac29d6a58380c43322c94097e410d53619c33
42
# @schema
43
# additionalProperties: true
44
# @schema
45
imagePullSecrets: []
46
nameOverride: ""
47
fullnameOverride: ""
48
namespaceOverride: ""
49
hostNetwork: false
50
dnsPolicy: ""
51
# @schema
52
# additionalProperties: true
53
# @schema
54
# -- Update strategy for the operator.
55
# ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
56
updateStrategy: {}
57
# For example:
58
# type: RollingUpdate
59
# rollingUpdate:
60
# maxSurge: 25%
61
# maxUnavailable: 25%
62
#
63
# WARNING: the RollingUpdate strategy is not supported by the operator yet so it can
64
# currently only use the Recreate strategy.
65
66
crds:
67
# -- Specifies whether the CRDs should be created when installing the chart.
68
create: true
69
# @schema
70
# additionalProperties: true
71
# @schema
72
# -- Additional arguments to be added to the operator's args list.
73
additionalArgs: []
74
# @schema
75
# additionalProperties: true
76
# @schema
77
# -- Array containing extra environment variables which can be templated.
78
additionalEnv: []
79
# For example:
80
# - name: RELEASE_NAME
81
# value: "{{ .Release.Name }}"
82
# - name: MY_VAR
83
# value: "mySpecialKey"
84
85
serviceAccount:
86
# -- Specifies whether the service account should be created.
87
create: true
88
# -- The name of the service account to use.
89
# If not set and create is true, a name is generated using the fullname template.
90
name: ""
91
rbac:
92
# -- Specifies whether Role and RoleBinding should be created.
93
create: true
94
# -- The API group of the Cluster CRD the plugin is granted access to
95
# (get/list/watch on backups, update on clusters/finalizers). Override
96
# this if you run a CloudNativePG-based operator whose Cluster CRD lives
97
# under a different API group.
98
cnpgGroup: postgresql.cnpg.io
99
# @schema
100
# additionalProperties: true
101
# @schema
102
# -- Annotations to be added to all other resources.
103
commonAnnotations: {}
104
# @schema
105
# additionalProperties: true
106
# @schema
107
# -- Annotations to be added to the pod.
108
podAnnotations: {}
109
# @schema
110
# additionalProperties: true
111
# @schema
112
# -- Labels to be added to the pod.
113
podLabels: {}
114
# -- Container Security Context.
115
containerSecurityContext:
116
allowPrivilegeEscalation: false
117
readOnlyRootFilesystem: true
118
runAsUser: 10001
119
runAsGroup: 10001
120
seccompProfile:
121
type: RuntimeDefault
122
capabilities:
123
drop:
124
- "ALL"
125
# -- Security Context for the whole pod.
126
podSecurityContext:
127
runAsNonRoot: true
128
seccompProfile:
129
type: RuntimeDefault
130
# fsGroup: 2000
131
# -- Priority indicates the importance of a Pod relative to other Pods.
132
priorityClassName: ""
133
service:
134
# -- DO NOT CHANGE THE SERVICE NAME as it is currently used to generate the certificate
135
# and can not be configured
136
name: barman-cloud
137
port: 9090
138
# -- Set the ip family policy to configure dual-stack see [Configure dual-stack](https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services)
139
ipFamilyPolicy: ""
140
# @schema
141
# type: array
142
# items:
143
# enum: [IPv4, IPv6]
144
# @schema
145
# -- Sets the families that should be supported and the order in which they should be applied to ClusterIP as well. Can be IPv4 and/or IPv6.
146
ipFamilies: []
147
# @schema
148
# additionalProperties: true
149
# @schema
150
resources: {}
151
# If you want to specify resources, uncomment the following
152
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
153
#
154
# limits:
155
# cpu: 100m
156
# memory: 200Mi
157
# requests:
158
# cpu: 100m
159
# memory: 100Mi
160
161
# @schema
162
# additionalProperties: true
163
# @schema
164
# -- Nodeselector for the operator to be installed.
165
nodeSelector: {}
166
# @schema
167
# additionalProperties: true
168
# @schema
169
# -- Topology Spread Constraints for the operator to be installed.
170
topologySpreadConstraints: []
171
# @schema
172
# additionalProperties: true
173
# @schema
174
# -- Tolerations for the operator to be installed.
175
tolerations: []
176
# @schema
177
# additionalProperties: true
178
# @schema
179
# -- Affinity for the operator to be installed.
180
affinity: {}
181
certificate:
182
# -- Specifies whether the client certificate should be created.
183
createClientCertificate: true
184
# -- Specifies whether the server certificate should be created.
185
createServerCertificate: true
186
# -- Specifies whether the issuer should be created.
187
createIssuer: true
188
# -- The name of the issuer to use for the certificates.
189
issuerName: ""
190
# -- The duration of the certificates.
191
duration: 2160h
192
# -- The renew before time for the certificates.
193
renewBefore: 360h
194

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.