[bitnami/clickhouse] fix: typo for ClickHouse chart (#19187)

* fix: typo

Signed-off-by: Tung Pun <htung.nht@gmail.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* chore: pump the chart version

Signed-off-by: Tung Pun <htung.nht@gmail.com>

---------

Signed-off-by: Tung Pun <htung.nht@gmail.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Fran de Paz Galán <fdepaz@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Fran de Paz Galán <fdepaz@vmware.com>
This commit is contained in:
Tung Pun
2023-09-12 16:38:08 +07:00
committed by GitHub
parent fcce3947f1
commit a19bc8843d
3 changed files with 14 additions and 14 deletions

View File

@@ -35,4 +35,4 @@ maintainers:
name: clickhouse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
version: 4.0.0
version: 4.0.1

View File

@@ -281,17 +281,17 @@ The command removes all the Kubernetes components associated with the chart and
### Persistence Parameters
| Name | Description | Value |
| --------------------------- | ---------------------------------------------------------------------- | ------------------- |
| `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` |
| `persistence.existingClaim` | Name of an existing PVC to use | `""` |
| `persistence.storageClass` | Storage class of backing PVC | `""` |
| `persistence.labels` | Persistent Volume Claim labels | `{}` |
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
| `persistence.accessModes` | Persistent Volume Access Modes | `["ReadWriteOnce"]` |
| `persistence.size` | Size of data volume | `8Gi` |
| `persistence.selector` | Selector to match an existing Persistent Volume for WordPress data PVC | `{}` |
| `persistence.dataSource` | Custom PVC data source | `{}` |
| Name | Description | Value |
| --------------------------- | ----------------------------------------------------------------------- | ------------------- |
| `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` |
| `persistence.existingClaim` | Name of an existing PVC to use | `""` |
| `persistence.storageClass` | Storage class of backing PVC | `""` |
| `persistence.labels` | Persistent Volume Claim labels | `{}` |
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
| `persistence.accessModes` | Persistent Volume Access Modes | `["ReadWriteOnce"]` |
| `persistence.size` | Size of data volume | `8Gi` |
| `persistence.selector` | Selector to match an existing Persistent Volume for ClickHouse data PVC | `{}` |
| `persistence.dataSource` | Custom PVC data source | `{}` |
### Init Container Parameters

View File

@@ -933,7 +933,7 @@ persistence:
## @param persistence.size Size of data volume
##
size: 8Gi
## @param persistence.selector Selector to match an existing Persistent Volume for WordPress data PVC
## @param persistence.selector Selector to match an existing Persistent Volume for ClickHouse data PVC
## If set, the PVC can't have a PV dynamically provisioned for it
## E.g.
## selector:
@@ -1124,4 +1124,4 @@ zookeeper:
replicaCount: 3
service:
ports:
client: 2181
client: 2181