From 145dad76ea58e5cf88799adb075434e78a828a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=92=B8=E9=B1=BC=E8=80=81=E7=BD=97?= Date: Wed, 21 Dec 2022 16:25:40 +0800 Subject: [PATCH] [clickhouse] update clickhouse zk cluster replica to 3 (#14002) * update clickhouse zk cluster replica to 3 Signed-off-by: lusson * upgrade clickhouse version Signed-off-by: lusson * clickhouse: upgrade version to 2.2.0 Signed-off-by: lusson * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Signed-off-by: lusson Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/clickhouse/Chart.yaml | 2 +- bitnami/clickhouse/README.md | 2 +- bitnami/clickhouse/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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