diff --git a/docker-compose.yml b/docker-compose.yml index d185a3e7a51f..f15153db59e9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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", diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 8bd20d548632..1ec3e2ab5714 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -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 diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index de4804349851..eeaa2d56fe79 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -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