Skip to content

Commit

Permalink
Disable zookeeper (#7003)
Browse files Browse the repository at this point in the history
  • Loading branch information
azhavoro authored Oct 16, 2023
1 parent e6724fa commit b02cbe5
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 b02cbe5

Please sign in to comment.