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.
This commit is contained in:
canterberry
2025-09-10 05:28:03 +00:00
committed by GitHub
parent 43ed2639ed
commit 8d4e020c42
+15
View File
@@ -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: