Skip to content

Commit

Permalink
Update the README.md and chart version
Browse files Browse the repository at this point in the history
Signed-off-by: nenych <[email protected]>
  • Loading branch information
nenych committed Oct 16, 2024
1 parent 9a6414d commit a18ba70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bitnami/zookeeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions bitnami/zookeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit a18ba70

Please sign in to comment.