Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/getting-started/try-it-out/on-self-hosted-kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,8 @@ The Build Plane runs Argo Workflows to build container images from your source c
Install a container registry in your cluster:

```bash
helm repo add twuni https://helm.twun.io
helm repo update

helm install registry twuni/docker-registry \
helm install registry docker-registry \
--repo https://twuni.github.io/docker-registry.helm \
--namespace openchoreo-build-plane \
--create-namespace \
--set persistence.enabled=true \
Expand Down