From 7249572dd54d89e3412036c6ab20c8f30c759cfb Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Fri, 11 Oct 2024 17:17:28 +0200 Subject: [PATCH] Update private cloud version --- .../content/documentation/private-cloud/changelog.md | 2 +- .../documentation/private-cloud/private-cloud-setup.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qdrant-landing/content/documentation/private-cloud/changelog.md b/qdrant-landing/content/documentation/private-cloud/changelog.md index 54a6fce0b..bd2b4ced3 100644 --- a/qdrant-landing/content/documentation/private-cloud/changelog.md +++ b/qdrant-landing/content/documentation/private-cloud/changelog.md @@ -5,6 +5,6 @@ weight: 5 # Changelog -## 0.1.0 +## 1.0.0 * Initial release diff --git a/qdrant-landing/content/documentation/private-cloud/private-cloud-setup.md b/qdrant-landing/content/documentation/private-cloud/private-cloud-setup.md index 6591c15ed..86d7ca7f9 100644 --- a/qdrant-landing/content/documentation/private-cloud/private-cloud-setup.md +++ b/qdrant-landing/content/documentation/private-cloud/private-cloud-setup.md @@ -80,8 +80,8 @@ Once you are onboarded to Qdrant Private Cloud, you will receive credentials to 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-operator-crds --namespace qdrant-private-cloud --version v1.2.6 --wait -helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 0.1.1 +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 +helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.0.0 ``` For a list of available versions consult the [Private Cloud Changelog](/documentation/private-cloud/changelog/).