mirror of
https://github.com/twuni/docker-registry.helm.git
synced 2026-08-27 06:17:17 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user