mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 14:08:30 +02:00
Update private cloud to 1.6.3
This commit is contained in:
@@ -5,6 +5,10 @@ weight: 5
|
||||
|
||||
# Changelog
|
||||
|
||||
## 1.6.3 (2025-03-28)
|
||||
|
||||
* Performance and stability improvements for collection re-sharding
|
||||
|
||||
## 1.6.2 (2025-03-21)
|
||||
|
||||
* Allow disabling NetworkPolicy management in Qdrant Cluster operator
|
||||
|
||||
@@ -81,7 +81,7 @@ kubectl create namespace qdrant-private-cloud
|
||||
kubectl create secret docker-registry qdrant-registry-creds --docker-server=registry.cloud.qdrant.io --docker-username='your-username' --docker-password='your-password' --namespace qdrant-private-cloud
|
||||
helm registry login 'registry.cloud.qdrant.io' --username 'your-username' --password 'your-password'
|
||||
helm upgrade --install qdrant-private-cloud-crds oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-kubernetes-api --namespace qdrant-private-cloud --version v1.15.0 --wait
|
||||
helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.6.2
|
||||
helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.6.3
|
||||
```
|
||||
|
||||
For a list of available versions consult the [Private Cloud Changelog](/documentation/private-cloud/changelog/).
|
||||
|
||||
Reference in New Issue
Block a user