From a18ba7091150904cd646f8b8fcca8ab144a88c02 Mon Sep 17 00:00:00 2001 From: nenych Date: Wed, 16 Oct 2024 10:15:25 +0200 Subject: [PATCH] Update the README.md and chart version Signed-off-by: nenych --- bitnami/zookeeper/Chart.yaml | 2 +- bitnami/zookeeper/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bitnami/zookeeper/Chart.yaml b/bitnami/zookeeper/Chart.yaml index d3f718adc18d39..e9f602221b0f97 100644 --- a/bitnami/zookeeper/Chart.yaml +++ b/bitnami/zookeeper/Chart.yaml @@ -28,4 +28,4 @@ maintainers: name: zookeeper sources: - https://github.com/bitnami/charts/tree/main/bitnami/zookeeper -version: 13.5.0 +version: 13.6.0 diff --git a/bitnami/zookeeper/README.md b/bitnami/zookeeper/README.md index ef81bb17a4ce24..fb5896de6a841a 100644 --- a/bitnami/zookeeper/README.md +++ b/bitnami/zookeeper/README.md @@ -192,6 +192,7 @@ As an alternative, you can use any of the preset configurations for pod affinity | `fourlwCommandsWhitelist` | A list of comma separated Four Letter Words commands that can be executed | `srvr, mntr, ruok` | | `minServerId` | Minimal SERVER_ID value, nodes increment their IDs respectively | `1` | | `listenOnAllIPs` | Allow ZooKeeper to listen for connections from its peers on all available IP addresses | `false` | +| `zooServers` | ZooKeeper space separated servers list. Leave empty to use the default ZooKeeper server names. | `""` | | `autopurge.snapRetainCount` | The most recent snapshots amount (and corresponding transaction logs) to retain | `10` | | `autopurge.purgeInterval` | The time interval (in hours) for which the purge task has to be triggered | `1` | | `logLevel` | Log level for the ZooKeeper server. ERROR by default | `ERROR` |