Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Disable zookeeper (cvat-ai#7003)
Browse files Browse the repository at this point in the history
  • Loading branch information
azhavoro authored and mikhail-treskin committed Oct 25, 2023
1 parent c7673c6 commit 7c1524e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Changed

- Helm: Set disabled as default value for Zookeeper from Clickhouse subchart
(<https://github.com/opencv/cvat/pull/7003>)
2 changes: 1 addition & 1 deletion helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.10.1
version: 0.10.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 3 additions & 0 deletions helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@ clickhouse:
username: user
existingSecret: cvat-analytics-secret
existingSecretKey: CLICKHOUSE_PASSWORD
# Consider enabling zookeeper if a distributed configuration is used
zookeeper:
enabled: false

grafana:
datasources:
Expand Down

0 comments on commit 7c1524e

Please sign in to comment.