Skip to content

Commit

Permalink
Update keydb to 6.3.4 (#7118)
Browse files Browse the repository at this point in the history
  • Loading branch information
azhavoro authored Nov 9, 2023
1 parent 1ef6ba0 commit 118cc72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.2
image: eqalpha/keydb:x86_64_v6.3.4
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 @@ -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.2
version: 0.10.3

# 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: 1 addition & 0 deletions helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ 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 118cc72

Please sign in to comment.