From 8d4e020c42516fdd844b36e8f336bb132c7b0334 Mon Sep 17 00:00:00 2001 From: canterberry Date: Wed, 10 Sep 2025 05:28:03 +0000 Subject: [PATCH] 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: