From 48a578b347a59e62b918f17a2bf0566c3b164e7f Mon Sep 17 00:00:00 2001 From: VajiraPrabuddhaka Date: Fri, 23 Jan 2026 16:34:33 +0530 Subject: [PATCH] Update docker-registry Helm repository URL The twuni/docker-registry chart repository has migrated from https://helm.twun.io to https://twuni.github.io/docker-registry.helm. : (https://github.com/twuni/docker-registry.helm?tab=readme-ov-file#%EF%B8%8F-repo-migration-and-deprecation-notice) The old repository URL is no longer accessible. --- .../try-it-out/on-self-hosted-kubernetes.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/try-it-out/on-self-hosted-kubernetes.mdx b/docs/getting-started/try-it-out/on-self-hosted-kubernetes.mdx index 409129b..aa3639e 100644 --- a/docs/getting-started/try-it-out/on-self-hosted-kubernetes.mdx +++ b/docs/getting-started/try-it-out/on-self-hosted-kubernetes.mdx @@ -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 \