@@ -46,7 +46,7 @@ By default this chart installs additional, dependent charts:
4646
4747| Repository | Name | Version |
4848| ------------| ------| ---------|
49- | https://openebs.github.io/node-disk-manager | openebs-ndm | 1.6.0 |
49+ | https://openebs.github.io/node-disk-manager | openebs-ndm | 1.6.1 |
5050
5151** Note:** Find detailed Node Disk Manager Helm chart configuration options [ here] ( https://github.com/openebs/node-disk-manager/blob/master/deploy/helm/charts/README.md ) .
5252
@@ -92,7 +92,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope
9292
9393| Parameter | Description | Default |
9494| ------------------------------------------- | --------------------------------------------- | ----------------------------------------- |
95- | ` release.version ` | LocalPV Provisioner release version | ` 2.11.1 ` |
95+ | ` release.version ` | LocalPV Provisioner release version | ` 2.12.0 ` |
9696| ` analytics.enabled ` | Enable sending stats to Google Analytics | ` true ` |
9797| ` analytics.pingInterval ` | Duration(hours) between sending ping stat | ` 24h ` |
9898| ` deviceClass.blockDeviceTag ` | Value of ` openebs.io/block-device-tag ` BD label | ` "" ` |
@@ -103,7 +103,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope
103103| ` helperPod.image.registry ` | Registry for helper image | ` "" ` |
104104| ` helperPod.image.repository ` | Image for helper pod | ` "openebs/linux-utils" ` |
105105| ` helperPod.image.pullPolicy ` | Pull policy for helper pod | ` "IfNotPresent" ` |
106- | ` helperPod.image.tag ` | Image tag for helper image | ` 2.11 .0 ` |
106+ | ` helperPod.image.tag ` | Image tag for helper image | ` 2.12 .0 ` |
107107| ` hostpathClass.basePath ` | BasePath for openebs-hostpath StorageClass | ` "/var/openebs/local" ` |
108108| ` hostpathClass.enabled ` | Enables creation of default Hostpath StorageClass | ` true ` |
109109| ` hostpathClass.isDefaultClass ` | Make openebs-hostpath the default StorageClass | ` "false" ` |
@@ -114,7 +114,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope
114114| ` localpv.image.registry ` | Registry for LocalPV Provisioner image | ` "" ` |
115115| ` localpv.image.repository ` | Image repository for LocalPV Provisioner | ` openebs/localpv-provisioner ` |
116116| ` localpv.image.pullPolicy ` | Image pull policy for LocalPV Provisioner | ` IfNotPresent ` |
117- | ` localpv.image.tag ` | Image tag for LocalPV Provisioner | ` 2.11.1 ` |
117+ | ` localpv.image.tag ` | Image tag for LocalPV Provisioner | ` 2.12.0 ` |
118118| ` localpv.updateStrategy.type ` | Update strategy for LocalPV Provisioner | ` RollingUpdate ` |
119119| ` localpv.annotations ` | Annotations for LocalPV Provisioner metadata | ` "" ` |
120120| ` localpv.podAnnotations ` | Annotations for LocalPV Provisioner pods metadata | ` "" ` |
@@ -129,6 +129,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope
129129| ` localpv.replicas ` | No. of LocalPV Provisioner replica | ` 1 ` |
130130| ` localpv.enableLeaderElection ` | Enable leader election | ` true ` |
131131| ` localpv.affinity ` | LocalPV Provisioner pod affinity | ` {} ` |
132+ | ` localpv.waitForBDBindTimeoutRetryCount ` | This sets the number of times the provisioner should try with a polling interval of 5 seconds, to get the Blockdevice Name from a BlockDeviceClaim, before the BlockDeviceClaim is deleted. | "12" |
132133| ` openebsNDM.enabled ` | Install openebs NDM dependency | ` true ` |
133134| ` rbac.create ` | Enable RBAC Resources | ` true ` |
134135| ` rbac.pspEnabled ` | Create pod security policy resources | ` false ` |
0 commit comments