diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml index b843050cc..391b3d226 100644 --- a/bitnami/clickhouse/Chart.yaml +++ b/bitnami/clickhouse/Chart.yaml @@ -25,4 +25,4 @@ name: clickhouse sources: - https://github.com/bitnami/containers/tree/main/bitnami/clickhouse - https://github.com/ClickHouse/ClickHouse -version: 2.1.1 +version: 2.2.0 diff --git a/bitnami/clickhouse/README.md b/bitnami/clickhouse/README.md index b04d6b5e2..37a86fa4e 100644 --- a/bitnami/clickhouse/README.md +++ b/bitnami/clickhouse/README.md @@ -333,7 +333,7 @@ The command removes all the Kubernetes components associated with the chart and | Name | Description | Value | | -------------------------------- | ----------------------------- | ------ | | `zookeeper.enabled` | Deploy Zookeeper subchart | `true` | -| `zookeeper.replicaCount` | Number of Zookeeper instances | `2` | +| `zookeeper.replicaCount` | Number of Zookeeper instances | `3` | | `zookeeper.service.ports.client` | Zookeeper client port | `2181` | diff --git a/bitnami/clickhouse/values.yaml b/bitnami/clickhouse/values.yaml index b69ae00d6..670497d81 100644 --- a/bitnami/clickhouse/values.yaml +++ b/bitnami/clickhouse/values.yaml @@ -1043,7 +1043,7 @@ externalZookeeper: ## zookeeper: enabled: true - replicaCount: 2 + replicaCount: 3 service: ports: client: 2181