28 Commits (7df2b2fded320eef43166fc9689b9026bf0d45d3)

Author SHA1 Message Date
Andrey Zhavoronkov fd7d8024f9
Splitted default queue to import/export, fixed django-rq admin page (#5555) 3 years ago
Roman Donchenko 580ae49e5a
Migrate to Docker Compose V2 (#5524)
Also, migrate to the version less Compose file format.

Compose V1 is EOL:
<https://www.docker.com/blog/announcing-compose-v2-general-availability/>.
3 years ago
Maxim Zhiltsov ec3e1f34a4
Better reporting for user limits (#5225)
- Added explanatory messages for actions denied for user limits
- Fixed few rules and checks
- Upgraded OPA version
3 years ago
Andrey Zhavoronkov aa4980eea5
Added missed imagePullPolicy for all CVAT deployments (#5504) 3 years ago
Andrey Zhavoronkov 959c659bce
Allow empty redis pass (#5520)
Fix `Error: UPGRADE FAILED: error validating "": error validating data:
unknown object type "nil" in Secret.stringData.redis-password`
3 years ago
Andrey Zhavoronkov aeef8276c7
Updated documentation "How to use preexisting secrets for external DB and Redis" (#5505) 3 years ago
Andrey Zhavoronkov 01fec6fb72
Fix chart not being upgradable (#5371) 3 years ago
Andrey Zhavoronkov 6f6db4d554
Helm: fix secrets for non-default release name (#5403) 3 years ago
Andrey Zhavoronkov b8552faa8e
Add imagePullPolicy into Helm chart (#5313)
Co-authored-by: dalli <skcha67@gmail.com>
3 years ago
Maria Khrustaleva bb487165dd
CVAT authentication (#5147) 3 years ago
Andrey Zhavoronkov 49bdef01f1
IAM OPA bundle for dev environment (#5190) 3 years ago
Andrey Zhavoronkov 65a8bc1ea4
Fix ingress route for `static` path (#5164) 3 years ago
Andrey Zhavoronkov 9cf2989546
Init OPA rules with API instead of file binding (#5047) 3 years ago
Andrey Zhavoronkov 469217cc55
Added support for webhooks in Helm charts (#5118)
* added webhook support

* added webhook tests

* update_version supports helm values

* fix

* debug

* fix

* fix remote file test

* increase minikube resources

* fix syntax

* Update helm.yml

* fixed comment

* Update .github/workflows/helm.yml

Co-authored-by: Kirill Sizov <kirill.sizov@cvat.ai>

Co-authored-by: Kirill Sizov <kirill.sizov@cvat.ai>
3 years ago
Andrey Zhavoronkov 29702a801f
Fix broken link (#5066) 3 years ago
Andrey Zhavoronkov ac4c93c55c
fix Django admin page (#4983) 3 years ago
Andrey Zhavoronkov 43565bcb3a
moved README Helm file to documentation (#4977) 3 years ago
Andrey Zhavoronkov 5e2eda7601
Extend helm to support Serverless functions and Analytics (#110) 4 years ago
Kirill Sizov 3d3903c01f
Rename Docker images (#12) 4 years ago
se-wo 6fd7a0e1ae
Support CVAT 2.X deployment using helm (#4448)
* Fix frontend helm labels taken.
Previously those were erronously taken from backend.

* Add support for CVAT 2.X in helm charts

Added templates for OPA and extended readme on how to deploy.
Moreover modernized the ingress chart to support k8s version 1.22+.

* Update Changelog

* Fix helm readme linter error

Fix linter error due to markdown line longer than 120 characters
4 years ago
Maria Khrustaleva b7e881f6c1
fix linter issue (#4488) 4 years ago
Krzysztof Begiedza 93ccf2177f
Better readme to Helm chart (#4366)
Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
4 years ago
ningjunwei2 14cee3d847
Fixed helm not using the configured pg port when installing cvat (#4415) 4 years ago
Ferdinand Niedermann eb7e719dc5
Make user-data-permission-fix optional (#3994)
* Make user-data-permission-fix optional

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: u231555 <ferdinand.niedermann@sbb.ch>
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
4 years ago
Andrey Zhavoronkov 1ea23e312a
Keramblock develop (#3880)
* Fixes for helm chart

* added changelog note

Co-authored-by: Michael Kirpichev <m.kirpichev@haut.ai>
4 years ago
Chris 78363b8713
fixing support for an external postgresql database with helm deployment (#3779) 4 years ago
Roman Donchenko 25975467ea
Fix all remark warnings (#3261)
* Fix all issues reported by remark

* Move remark dependencies from the workflow definition into package.json

This enables the transitive dependencies to be pinned, just like for all
other packages.

* Add additional remark plugins

These are needed to correctly parse certain constructs in Markdown files
(such as tables and YAML frontmatter), and without them, remark produces
invalid warnings on some files.

* Update the remark-lint preset versions

The previous versions reference the old version of the
`remark-lint-table-cell-padding` plugin, which doesn't work correctly with
the current version of `remark-parse` (and thus produces spurious warnings).

* GitHub Actions: run remark on all Markdown files, not just changed ones

This way, if a PR updates the remark configuration and that causes new errors
to appear, those errors will show up in that PR, instead of the (unrelated) PR
that next updates the affected files.

There is no runtime cost to this, because remark takes approximately 1 second
to check all files.
5 years ago
Kirpichev Michael fe31e61d1e
Add helm chart proto (#3102) 5 years ago