From 43ed2639edc4ad4f3b9bf5f6de254a011b39aafa Mon Sep 17 00:00:00 2001 From: canterberry Date: Wed, 10 Sep 2025 05:15:59 +0000 Subject: [PATCH 1/2] Update repo URL in README GitHub Pages has been the primary distribution channel for this chart since March 2024. However, the repo URL in the README has not been updated accordingly. I would like to decommission the https://helm.twun.io/ repo, but would prefer not to do so without sufficient notice to the community to update their repo URLs. Updating the README is one necessary step toward this. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dd113b..2df9541 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This chart will do the following: First, add the repo: ```console -helm repo add twuni https://helm.twun.io +helm repo add twuni https://twuni.github.io/docker-registry.helm ``` To install the chart, use the following: From 8d4e020c42516fdd844b36e8f336bb132c7b0334 Mon Sep 17 00:00:00 2001 From: canterberry Date: Wed, 10 Sep 2025 05:28:03 +0000 Subject: [PATCH 2/2] Add repo migration and deprecation notice to README This is a follow-up to the previous commit updating the repo URL. In this commit, I have added a notice to the README intended for those experiencing chart install/update issues which will result from the eventual decommissioning of the old repo. The goal of the notice is to provide an easy and convenient migration path to using the GitHub Pages repo currently in use as the primary distribution channel for this chart. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 2df9541..45e25b5 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,21 @@ This chart will do the following: * Implement a Docker registry deployment +## ⚠️ Repo Migration and Deprecation Notice + +The following change only affects attempts to install or update the chart via the https://helm.twun.io repo. + +The https://helm.twun.io repo has been migrated to https://twuni.github.io/docker-registry.helm. + +To update your configuration, remove and re-add the repo with the new URL: + +```console +helm repo remove twuni +helm repo add twuni https://twuni.github.io/docker-registry.helm +``` + +The deprecated repo URL, https://helm.twun.io, may become unavailable as early as **October 16, 2025**. + ## Installing the Chart First, add the repo: