Skip to content

Commit 7249572

Browse files
committed
Update private cloud version
1 parent 2dbffe0 commit 7249572

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

qdrant-landing/content/documentation/private-cloud/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ weight: 5
55

66
# Changelog
77

8-
## 0.1.0
8+
## 1.0.0
99

1010
* Initial release

qdrant-landing/content/documentation/private-cloud/private-cloud-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Once you are onboarded to Qdrant Private Cloud, you will receive credentials to
8080
kubectl create namespace qdrant-private-cloud
8181
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
8282
helm registry login 'registry.cloud.qdrant.io' --username 'your-username' --password 'your-password'
83-
helm upgrade --install qdrant-private-cloud-crds oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-operator-crds --namespace qdrant-private-cloud --version v1.2.6 --wait
84-
helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 0.1.1
83+
helm upgrade --install qdrant-private-cloud-crds oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-operator-crds --namespace qdrant-private-cloud --version v1.2.7 --wait
84+
helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.0.0
8585
```
8686

8787
For a list of available versions consult the [Private Cloud Changelog](/documentation/private-cloud/changelog/).

0 commit comments

Comments
 (0)