Skip to content

Commit d052fb7

Browse files
authored
Merge pull request #1237 from qdrant/chore/predrag/update-crd-chart-ref
Replace occurrences of `qdrant-operator-crds` with `qdrant-kubernetes-api`
2 parents 7759e2c + 83d750f commit d052fb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To sync all helm charts:
108108
```shell
109109
skopeo sync --all --src docker --dest docker registry.cloud.qdrant.io/qdrant-charts/prometheus your-registry.example.com/qdrant-charts/prometheus
110110
skopeo sync --all --src docker --dest docker registry.cloud.qdrant.io/qdrant-charts/qdrant-operator your-registry.example.com/qdrant-charts/qdrant-operator
111-
skopeo sync --all --src docker --dest docker registry.cloud.qdrant.io/qdrant-charts/qdrant-operator-crds your-registry.example.com/qdrant-charts/qdrant-operator-crds
111+
skopeo sync --all --src docker --dest docker registry.cloud.qdrant.io/qdrant-charts/qdrant-kubernetes-api your-registry.example.com/qdrant-charts/qdrant-kubernetes-api
112112
skopeo sync --all --src docker --dest docker registry.cloud.qdrant.io/qdrant-charts/qdrant-cloud-agent your-registry.example.com/qdrant-charts/qdrant-cloud-agent
113113
skopeo sync --all --src docker --dest docker registry.cloud.qdrant.io/qdrant-charts/operator your-registry.example.com/qdrant-charts/operator
114114
```

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Container images:
3737
Open Containers Initiative (OCI) Helm charts:
3838

3939
- `registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud`
40-
- `registry.cloud.qdrant.io/library/qdrant-operator-crds`
40+
- `registry.cloud.qdrant.io/library/qdrant-kubernetes-api`
4141
-
4242
### Mirroring images and charts
4343

@@ -67,7 +67,7 @@ To sync all helm charts:
6767

6868
```shell
6969
skopeo sync --all --src docker --dest docker registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud your-registry.example.com/qdrant-charts/qdrant-private-cloud
70-
skopeo sync --all --src docker --dest docker registry.cloud.qdrant.io/qdrant-charts/qdrant-operator-crds your-registry.example.com/qdrant-charts/qdrant-operator-crds
70+
skopeo sync --all --src docker --dest docker registry.cloud.qdrant.io/qdrant-charts/qdrant-kubernetes-api your-registry.example.com/qdrant-charts/qdrant-kubernetes-api
7171
```
7272

7373
During the installation or upgrade, you will need to adapt the repository information in the Helm chart values. See [Private Cloud Configuration](/documentation/private-cloud/configuration/) for details.
@@ -80,7 +80,7 @@ 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.7 --wait
83+
helm upgrade --install qdrant-private-cloud-crds oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-kubernetes-api --namespace qdrant-private-cloud --version v1.3.0 --wait
8484
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

0 commit comments

Comments
 (0)