@@ -45,7 +45,7 @@ By default this chart installs additional, dependent charts:
4545
4646| Repository | Name | Version |
4747| ------------| ------| ---------|
48- | https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 3.1 .0 |
48+ | https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 3.2 .0 |
4949
5050** Note:** Find detailed Dynamic LocalPV Provisioner Helm chart configuration options [ here] ( https://github.com/openebs/dynamic-localpv-provisioner/blob/develop/deploy/helm/charts/README.md ) .
5151
@@ -170,31 +170,40 @@ helm upgrade openebs-jiva openebs-jiva/jiva -n openebs \
170170| defaultPolicy.enabled | bool | ` true ` | Enable default jiva volume policy |
171171| defaultPolicy.replicaSC | string | ` "openebs-hostpath" ` | StorageClass used for creating the PVC for the replica STS |
172172| defaultPolicy.replicas | string | ` "3" ` | The desired replication factor for the jiva volumes |
173- | defaultClass .name | string | ` "openebs-jiva-csi-default" ` | Default jiva csi StorageClass |
174- | defaultClass .enabled | bool | ` true ` | Enable default jiva csi StorageClass |
175- | defaultClass .allowVolumeExpansion | bool | ` true ` | Enable volume expansion for the Volumes |
176- | defaultClass .reclaimPolicy | string | ` "Delete" ` | Reclaim Policy for the StorageClass |
177- | defaultClass .isDefaultClass | bool | ` false ` | Make jiva csi StorageClass as the default StorageClass |
173+ | storageClass .name | string | ` "openebs-jiva-csi-default" ` | Default jiva csi StorageClass |
174+ | storageClass .enabled | bool | ` true ` | Enable default jiva csi StorageClass |
175+ | storageClass .allowVolumeExpansion | bool | ` true ` | Enable volume expansion for the Volumes |
176+ | storageClass .reclaimPolicy | string | ` "Delete" ` | Reclaim Policy for the StorageClass |
177+ | storageClass .isDefaultClass | bool | ` false ` | Make jiva csi StorageClass as the default StorageClass |
178178| jivaOperator.annotations | object | ` {} ` | Jiva operator annotations |
179179| jivaOperator.componentName | string | ` "jiva-operator" ` | Jiva operator component name |
180+ | jivaOperator.controller.image.registry | ` nil ` | Jiva volume controller container image registry |
181+ | jivaOperator.controller.image.repository | ` openebs/jiva ` | Jiva volume controller container image repository |
182+ | jivaOperator.controller.image.tag | ` "3.2.0" ` | Jiva volume controller container image tag |
183+ | jivaOperator.exporter.image.registry | ` nil ` | Jiva volume metrics exporter container image registry |
184+ | jivaOperator.exporter.image.repository | ` openebs/m-exporter ` | Jiva volume metrics exporter container image repository |
185+ | jivaOperator.exporter.image.tag | ` "3.2.0" ` | Jiva volume metrics exporter container image tag |
180186| jivaOperator.image.pullPolicy | string | ` "IfNotPresent" ` | Jiva operator image pull policy |
181187| jivaOperator.image.registry | string | ` nil ` | Jiva operator image registry |
182188| jivaOperator.image.repository | string | ` "openebs/jiva-operator" ` | Jiva operator image repository |
183- | jivaOperator.image.tag | string | ` "3.1 .0" ` | Jiva operator image tag |
189+ | jivaOperator.image.tag | string | ` "3.2 .0" ` | Jiva operator image tag |
184190| jivaOperator.nodeSelector | object | ` {} ` | Jiva operator pod nodeSelector|
185191| jivaOperator.podAnnotations | object | ` {} ` | Jiva operator pod annotations |
192+ | jivaOperator.replica.image.registry | ` nil ` | Jiva volume replica container image registry |
193+ | jivaOperator.replica.image.repository | ` openebs/jiva ` | Jiva volume replica container image repository |
194+ | jivaOperator.replica.image.tag | ` "3.2.0" ` | Jiva volume replica container image tag |
186195| jivaOperator.resources | object | ` {} ` | Jiva operator pod resources |
187196| jivaOperator.securityContext | object | ` {} ` | Jiva operator security context |
188197| jivaOperator.tolerations | list | ` [] ` | Jiva operator pod tolerations |
189198| jivaCSIPlugin.image.pullPolicy | string | ` "IfNotPresent" ` | Jiva CSI driver image pull policy |
190199| jivaCSIPlugin.image.registry | string | ` nil ` | Jiva CSI driver image registry |
191200| jivaCSIPlugin.image.repository | string | ` "openebs/jiva-csi" ` | Jiva CSI driver image repository |
192- | jivaCSIPlugin.image.tag | string | ` "3.1 .0" ` | Jiva CSI driver image tag |
201+ | jivaCSIPlugin.image.tag | string | ` "3.2 .0" ` | Jiva CSI driver image tag |
193202| jivaCSIPlugin.name | string | ` "jiva-csi-plugin" ` | Jiva CSI driver container name |
194203| jivaCSIPlugin.remount | string | ` "true" ` | Jiva CSI driver remount feature, enabled by default |
195204| rbac.create | bool | ` true ` | Enable RBAC |
196205| rbac.pspEnabled | bool | ` false ` | Enable PodSecurityPolicy |
197- | release.version | string | ` "3.1 .0" ` | Openebs Jiva release version |
206+ | release.version | string | ` "3.2 .0" ` | Openebs Jiva release version |
198207| serviceAccount.annotations | object | ` {} ` | Service Account annotations |
199208| serviceAccount.csiController.create | bool | ` true ` | Enable CSI Controller ServiceAccount |
200209| serviceAccount.csiController.name | string | ` "openebs-jiva-csi-controller-sa" ` | CSI Controller ServiceAccount name |
0 commit comments