DirectorySecurity AdvisoriesPricing
Sign in
Directory
dynamic-localpv-provisioner logoHELM

dynamic-localpv-provisioner

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:

1
# Default values for localpv.
2
# This is a YAML-formatted file.
3
# Declare variables to be passed into your templates.
4
5
global:
6
# Used as default image registry, values supplied by localpv.image.registry
7
# and helperPod.image.registry override this value.
8
imageRegistry: "docker.io"
9
rbac:
10
# rbac.create: `true` if rbac resources should be created
11
create: true
12
# rbac.pspEnabled: `true` if PodSecurityPolicy resources should be created
13
pspEnabled: false
14
earlyEvictionTolerations:
15
- effect: NoExecute
16
key: node.kubernetes.io/unreachable
17
operator: Exists
18
tolerationSeconds: 5
19
- effect: NoExecute
20
key: node.kubernetes.io/not-ready
21
operator: Exists
22
tolerationSeconds: 5
23
localpv:
24
name: localpv-provisioner
25
enabled: true
26
image:
27
registry: chainreg.biz
28
repository: chainguard-private/dynamic-localpv-provisioner
29
tag: latest@sha256:f5c528822f69202ae066fb8f96e48d5b3eb6167ed2010872aac767375adc11e1
30
pullPolicy: IfNotPresent
31
updateStrategy:
32
type: RollingUpdate
33
# If set to false, containers created by the localpv provisioner will run without extra privileges.
34
privileged: true
35
annotations: {}
36
podAnnotations: {}
37
## Labels to be added to localpv provisioner deployment pods
38
podLabels:
39
name: openebs-localpv-provisioner
40
healthCheck:
41
initialDelaySeconds: 30
42
periodSeconds: 60
43
replicas: 1
44
enableLeaderElection: true
45
basePath: "/var/openebs/local"
46
resources:
47
# We usually recommend not to specify default resources and to leave this as a conscious
48
# choice for the user. This also increases chances charts run on environments with little
49
# resources, such as Minikube. If you do want to specify resources, uncomment the following
50
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
51
# limits:
52
# cpu: 100m
53
# memory: 128Mi
54
# requests:
55
# cpu: 100m
56
# memory: 128Mi
57
nodeSelector: {}
58
tolerations: []
59
affinity: {}
60
securityContext: {}
61
## Sets priorityClassName in pod
62
priorityClassName: ""
63
imagePullSecrets:
64
# - name: img-pull-secret
65
podSecurityContext: {}
66
# fsGroup: 2000
67
68
nameOverride: ""
69
fullnameOverride: ""
70
serviceAccount:
71
# Specifies whether a service account should be created
72
create: true
73
# Annotations to add to the service account
74
annotations: {}
75
# The name of the service account to use.
76
# If not set and create is true, a name is generated using the fullname template
77
name:
78
hostpathClass:
79
# Name of the default hostpath StorageClass
80
name: openebs-hostpath
81
# If true, enables creation of the openebs-hostpath StorageClass
82
enabled: true
83
# Available reclaim policies: Delete/Retain, defaults: Delete.
84
reclaimPolicy: Delete
85
# If true, sets the openebs-hostpath StorageClass as the default StorageClass
86
isDefaultClass: false
87
# Path on the host where local volumes of this storage class are mounted under.
88
# NOTE: If not specified, this defaults to the value of localpv.basePath.
89
basePath: ""
90
# Custom node affinity label(s) for example "openebs.io/node-affinity-value"
91
# that will be used instead of hostnames
92
# This helps in cases where the hostname changes when the node is removed and
93
# added back with the disks still intact.
94
# Example:
95
# nodeAffinityLabels:
96
# - "openebs.io/node-affinity-key-1"
97
# - "openebs.io/node-affinity-key-2"
98
nodeAffinityLabels: []
99
# Prerequisite: XFS Quota requires an XFS filesystem mounted with
100
# the 'pquota' or 'prjquota' mount option.
101
xfsQuota:
102
# If true, enables XFS project quota
103
enabled: false
104
# Detailed configuration options for XFS project quota.
105
# If XFS Quota is enabled with the default values, the usage limit
106
# is set at the storage capacity specified in the PVC.
107
softLimitGrace: "0%"
108
hardLimitGrace: "0%"
109
# Prerequisite: EXT4 Quota requires an EXT4 filesystem mounted with
110
# the 'prjquota' mount option.
111
ext4Quota:
112
# If true, enables XFS project quota
113
enabled: false
114
# Detailed configuration options for EXT4 project quota.
115
# If EXT4 Quota is enabled with the default values, the usage limit
116
# is set at the storage capacity specified in the PVC.
117
softLimitGrace: "0%"
118
hardLimitGrace: "0%"
119
helperPod:
120
image:
121
registry: chainreg.biz
122
repository: chainguard-private/bash
123
pullPolicy: IfNotPresent
124
# Overrides the image tag whose default is the chart appVersion.
125
tag: latest@sha256:eb35c426c84cde2e7e921a7cdccc56a773909debc350a8201bfd8f5868abd78a
126
hostNetwork: false
127
# Additional labels to add to all chart resources
128
extraLabels: {}
129
loggingLabels:
130
openebs.io/logging: "true"
131
analytics:
132
enabled: true
133
# Specify in hours the duration after which a ping event needs to be sent.
134
pingInterval: "24h"
135

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.