Skip to content

Commit 78b7d32

Browse files
pre-commit-ci[bot]openebs-ci
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8871350 commit 78b7d32

1 file changed

Lines changed: 17 additions & 18 deletions

File tree

deploy/helm/rawfile-localpv/README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,35 +26,33 @@ Please follow the [install guide](https://github.com/openebs/rawfile-localpv/tre
2626

2727
| Key | Type | Default | Description |
2828
|-----|------|---------|-------------|
29+
| analytics.enabled | bool | `true` | Enable OpenEBS analytics which help track engine traction and usage. |
2930
| auth.enabled | bool | `true` | Enables authentication for internal gRPC server |
3031
| auth.secretName | string | `""` | If managing secrets outside the chart, use this to reference the secret name; otherwise, leave empty. |
3132
| auth.token | string | `""` | Sets authentication token for internal gRPC server, will generate one if nothing provided |
3233
| capabilities.resize.enabled | bool | `true` | Sets whether volume resizing is enabled. If disabled, don't deploy controller statefulset |
3334
| capabilities.snapshots.enabled | bool | `true` | Sets whether taking volume snapshots is enabled. Required for volume cloning. Runs externalSnapshotter and snapshotController containers. |
3435
| controller.affinity | string | `nil` | Affinities for controller component |
35-
| controller.externalResizer.image.registry | string | `""` | Image registry for `csi-resizer` |
36+
| controller.externalResizer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for `csi-resizer` |
37+
| controller.externalResizer.image.registry | string | `"registry.k8s.io"` | Image registry for `csi-resizer` |
3638
| controller.externalResizer.image.repository | string | `"sig-storage/csi-resizer"` | Image Repository for `csi-resizer` |
3739
| controller.externalResizer.image.tag | string | `"v1.13.2"` | Image tag for `csi-resizer` |
3840
| controller.externalResizer.resources | object | `{}` | Sets compute resources for external-resizer container |
3941
| controller.grpcWorkers | int | `10` | Number of gRPC workers for controller component |
40-
| controller.image.pullPolicy | string | `""` | Overrides default image pull policy for node component |
41-
| controller.image.repository | string | `""` | Overrides default image repository for node component |
42-
| controller.image.tag | string | `""` | Overrides default image tag for node component |
4342
| controller.nodeSelector | string | `nil` | nodeSelector for controller component |
4443
| controller.priorityClassName | string | `"system-cluster-critical"` | priorityClassName for controller component since this part is critical for cluster `system-cluster-critical` is default |
4544
| controller.resources | object | `{}` | Sets compute resources for controller component |
4645
| controller.tolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Equal","value":"true"}]` | Tolerations for controller component |
4746
| crds.csi.volumeSnapshots.enabled | bool | `true` | Install Volume Snapshot CRDs |
4847
| crds.enabled | bool | `true` | Disables the installation of all CRDs if set to false |
49-
| global.analytics.enabled | bool | `true` | Enable OpenEBS analytics which help track engine traction and usage. |
50-
| global.imagePullPolicy | string | `"IfNotPresent"` | Default pull policy for images |
51-
| global.imagePullSecrets | list | `[]` | Default image pull secret for images |
52-
| global.imageRegistry | string | `"docker.io"` | Default image registry for Images from DockerHub |
53-
| global.k8sImageRegistry | string | `"registry.k8s.io"` | Default image registry for Images from Kubernetes (registry.k8s.io) |
48+
| global.analytics.enabled | string | `nil` | Global override for GA analytics |
49+
| global.imagePullPolicy | string | `""` | Global override for image pull policy |
50+
| global.imagePullSecrets | list | `[]` | Global override for image pull secrets - secret |
51+
| global.imageRegistry | string | `""` | Global override for image registry |
5452
| image.pullPolicy | string | `"IfNotPresent"` | Default image pull policy for node and controller components |
55-
| image.registry | string | `""` | Image registry for rawfile-localpv (default is global.imageRegistry) |
53+
| image.registry | string | `"docker.io"` | Image registry for rawfile-localpv (default is global.imageRegistry) |
5654
| image.repository | string | `"openebs/rawfile-localpv"` | Image repository for rawfile-localpv |
57-
| image.tag | string | `""` | Default image tag for node and controller components (uses AppVersion if empty) |
55+
| image.tag | string | `nil` | Default image tag for node and controller components (uses AppVersion if empty) |
5856
| imagePullSecrets | list | `[]` | Sets image pull secret while pulling images from a private registry |
5957
| logFormat | string | `"json"` | Format of the logs (json, pretty) |
6058
| logLevel | string | `"INFO"` | Level of the logs (DEBUG, INFO, etc.) |
@@ -66,23 +64,23 @@ Please follow the [install guide](https://github.com/openebs/rawfile-localpv/tre
6664
| node.dataDirPath | string | `"/var/csi/rawfile"` | Path to store data dir (Deprecated, use storagePools.path instead) |
6765
| node.defaultFs | string | `"ext4"` | Default filesystem type for rawfile volumes (Currently supports `btrfs`, `xfs` and `ext4` [which is default]) |
6866
| node.driverRegistrar.healthzPort | int | `9809` | Healthcheck port for driver-registrar |
69-
| node.driverRegistrar.image.registry | string | `""` | Image Registry for `csi-node-driver-registrar` |
67+
| node.driverRegistrar.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for `csi-node-driver-registrar` |
68+
| node.driverRegistrar.image.registry | string | `"registry.k8s.io"` | Image Registry for `csi-node-driver-registrar` |
7069
| node.driverRegistrar.image.repository | string | `"sig-storage/csi-node-driver-registrar"` | Image Repository for `csi-node-driver-registrar` |
7170
| node.driverRegistrar.image.tag | string | `"v2.13.0"` | Image Tag for `csi-node-driver-registrar` |
7271
| node.driverRegistrar.resources | object | `{}` | Sets compute resources for driver-registrar container |
73-
| node.externalProvisioner.image.registry | string | `""` | Image Registry for `csi-provisioner` |
72+
| node.externalProvisioner.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for `csi-provisioner` |
73+
| node.externalProvisioner.image.registry | string | `"registry.k8s.io"` | Image Registry for `csi-provisioner` |
7474
| node.externalProvisioner.image.repository | string | `"sig-storage/csi-provisioner"` | Image Repository for `csi-provisioner` |
7575
| node.externalProvisioner.image.tag | string | `"v5.2.0"` | Image Tag for `csi-provisioner` |
7676
| node.externalProvisioner.resources | object | `{}` | Sets compute resources for external-provisioner container |
77-
| node.externalSnapshotter.image.registry | string | `""` | Image Registry for `csi-snapshotter` |
77+
| node.externalSnapshotter.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for `csi-snapshotter` |
78+
| node.externalSnapshotter.image.registry | string | `"registry.k8s.io"` | Image Registry for `csi-snapshotter` |
7879
| node.externalSnapshotter.image.repository | string | `"sig-storage/csi-snapshotter"` | Image Repository for `csi-snapshotter` |
7980
| node.externalSnapshotter.image.tag | string | `"v8.2.1"` | Image Tag for `csi-snapshotter` |
8081
| node.externalSnapshotter.resources | object | `{}` | Sets compute resources for external-snapshotter container |
8182
| node.grpcWorkers | int | `10` | Number of gRPC workers for node component |
8283
| node.hostNetwork | bool | `false` | Enables hostNetwork for node component |
83-
| node.image.pullPolicy | string | `""` | Overrides default image pull policy for node component |
84-
| node.image.repository | string | `""` | Overrides default image repository for node component |
85-
| node.image.tag | string | `""` | Overrides default image tag for node component |
8684
| node.internalGRPC.port | int | `4500` | Port Number used for internal communication gRPC server |
8785
| node.internalGRPC.workers | int | `10` | gRPC worker count used for internal communication |
8886
| node.kubeletPath | string | `"/var/lib/kubelet"` | Kubelet path (Set to `/var/lib/k0s/kubelet` for k0s) |
@@ -91,7 +89,8 @@ Please follow the [install guide](https://github.com/openebs/rawfile-localpv/tre
9189
| node.nodeSelector | string | `nil` | nodeSelector for node component |
9290
| node.priorityClassName | string | `"system-node-critical"` | priorityClassName for node component since this part is critical for node `system-node-critical` is default |
9391
| node.resources | object | `{}` | Sets compute resources for node component |
94-
| node.snapshotController.image.registry | string | `""` | Image Registry for `snapshot-controller` |
92+
| node.snapshotController.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for `snapshot-controller` |
93+
| node.snapshotController.image.registry | string | `"registry.k8s.io"` | Image Registry for `snapshot-controller` |
9594
| node.snapshotController.image.repository | string | `"sig-storage/snapshot-controller"` | Image Repository for `snapshot-controller` |
9695
| node.snapshotController.image.tag | string | `"v8.2.1"` | Image Tag for `snapshot-controller` |
9796
| node.snapshotController.resources | object | `{}` | Sets compute resources for snapshot-controller container |

0 commit comments

Comments
 (0)