Skip to content

Commit

Permalink
Revert "Update keydb to 6.3.4 (cvat-ai#7118)"
Browse files Browse the repository at this point in the history
That KeyDB version turned out rather unstable in practice, with multiple
crashes and freezes observed in production.

This reverts commit 118cc72.
  • Loading branch information
SpecLad committed Dec 7, 2023
1 parent 571e622 commit dfaac87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:

cvat_redis:
container_name: cvat_redis
image: eqalpha/keydb:x86_64_v6.3.4
image: eqalpha/keydb:x86_64_v6.3.2
restart: always
command: [
"keydb-server",
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.11.0
version: 0.11.1

# 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
1 change: 0 additions & 1 deletion helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ keydb:
enabled: true
external:
host: 127.0.0.1
imageTag: x86_64_v6.3.4
existingSecret: "cvat-keydb-secret"
secret:
create: true
Expand Down

0 comments on commit dfaac87

Please sign in to comment.