23 Commits

Author SHA1 Message Date
Bastian Hofmann
c7d390fe4e Add documentation on difference between OSS helm chart and Qdrant Cloud (#322) 2025-04-10 15:00:01 +02:00
Mac Chaffee
f8d2a14e70 Release helm chart 0.9.0 (#182)
* Release helm chart 0.9.0

* Algebra
2024-05-06 14:47:53 -04:00
Mac Chaffee
b73c6f5599 Add docs for updating immutable fields on statefulsets (#179) 2024-05-03 13:40:07 -04:00
Mac Chaffee
cb15e28a5f Support storing snapshots in a separate PVC (#177)
* Support storing snapshots in a separate PVC

* Document snapshot restoration, split contributing docs

* Setup and teardown test
2024-05-03 11:09:22 -04:00
Joey Krejci
76425be849 Updated README Tag Version 1.9.0 (#173) 2024-04-29 10:04:56 -06:00
Mac Chaffee
ec9a26e9df Add docs for upgrading (#152)
* Add docs for upgrading

* Rewording
2024-03-13 16:19:47 -04:00
Andrey Vasnetsov
ee98d0c82d Update README.md (#117)
Provide full instructions, which can actually run the deployment, and not just register it somewhere internally
2023-12-18 16:38:47 +00:00
Mac Chaffee
98684d001a Document release process (#88) 2023-10-09 11:30:52 -04:00
Bastian Hofmann
dfff7fac6a Make the qdrant api key easily configurable (#62)
* Make the qdrant api key easily configurable

This adds a new `apiKey` value.

If `true` it generates a random apiKey, stores it in a secret and ensures that it stays the same during upgrades.
If a string is passed, this string is used as the api key.

The secret is mounted as a `local.yaml` config into the container. See also https://qdrant.tech/documentation/guides/configuration/#order-and-priority.

Alternatively, there are two new values `additionalVolumes` and `additionalVolumeMounts` which allow to mount additional existing volumes, such as pre-existing secrets into the qdrant container.

This also adds bats-core based integration tests to test the correct api key handling

Signed-off-by: Bastian Hofmann <mail@bastianhofmann.de>

* Fix bats integration tests

Signed-off-by: Bastian Hofmann <mail@bastianhofmann.de>

* Fix bats integration tests

Signed-off-by: Bastian Hofmann <mail@bastianhofmann.de>

* Fix bats integration tests

Signed-off-by: Bastian Hofmann <mail@bastianhofmann.de>

* Fix bats integration tests

Signed-off-by: Bastian Hofmann <mail@bastianhofmann.de>

* Fix statefulset

* doc: fix typo

---------

Signed-off-by: Bastian Hofmann <mail@bastianhofmann.de>
Co-authored-by: Tim Eggert <tim@elbart.com>
2023-08-31 15:22:54 +02:00
Bastian Hofmann
ed31b29a39 Re-structure git repo and improve qdrant chart (#53)
* Re-structure git repo and improve qdrant chart

This allows us to host multiple helm charts in the future and to use the standard helm/chart-releaser-action and helm/chart-testing-action.

Additional changes:

* Fixed typos in README
* Added helm tests
* Change to use more standard ingress.tls values structure
* Use fixed versioning
* Added chart metadata
* Improve install notes
* Add LICENSE information

Signed-off-by: Bastian Hofmann <mail@bastianhofmann.de>

* Bump version

* Bump version

* Update Chart.yaml

* Add necessary permissions to flow

* Skip existing helm releases

* Remove Skip existing helm releases

* Update Chart.yaml

* Reset chart version for merge

Signed-off-by: Bastian Hofmann <mail@bastianhofmann.de>

* Remove BC break in .Values.image.tag

Signed-off-by: Bastian Hofmann <mail@bastianhofmann.de>

* Fix change detection for chart-releaser and chart-testing

---------

Signed-off-by: Bastian Hofmann <mail@bastianhofmann.de>
2023-08-21 16:05:00 +02:00
Cyril Corbon
7810eaa8c7 chore: add support to args modification & update readme (#35)
Signed-off-by: Cyril Corbon <corboncyril@gmail.com>
2023-08-15 14:43:44 +02:00
Ayuei
10803702ff Fix README.md typo (#37)
The uninstall command for pvc is incorrect
2023-08-15 14:29:31 +02:00
Cyril Corbon
96fe1eec9e chore: add cm checksum annotations to reload pods on cm change
Signed-off-by: Cyril Corbon <cyril.corbon@dailymotion.com>
2023-03-13 19:04:45 +01:00
Moustafa Nawar
a135d4cca0 add disclaimer doc for versioning 2023-02-24 14:53:09 +02:00
Moustafa Nawar
cdd65ded26 bump version 2022-10-25 09:52:58 +02:00
Moustafa Nawar
64ef5dce54 add examples 2022-10-25 09:49:36 +02:00
Moustafa Nawar
4e06afea1a support single node snapshots restoration 2022-10-24 20:52:12 +02:00
Moustafa Nawar
c4ab5dac65 version bump and readme modification 2022-08-12 13:07:28 +02:00
Moustafa Nawar
2f4495abf4 fix default config being overwritten 2022-07-05 16:44:43 +02:00
Fabrizio Bonavita
552edcdbe8 Distributed setup information 2022-06-28 10:13:18 +02:00
Andrey Vasnetsov
90ee3d6a3d Update README.md
helm complains about naming pattern with _ underscores.
2022-05-28 15:20:51 +02:00
Fabrizio Bonavita
f339db8684 Basic README 2022-05-25 14:04:22 +02:00
Fabrizio Bonavita
5e96598de9 initial 2022-05-25 09:28:48 +02:00