mirror of
https://github.com/twuni/docker-registry.helm.git
synced 2026-02-14 12:49:51 +00:00
Merge pull request #182 from twuni/readme-install-via-gh-pages
Update README with repo migration notice
This commit is contained in:
17
README.md
17
README.md
@@ -12,12 +12,27 @@ This chart will do the following:
|
|||||||
|
|
||||||
* Implement a Docker registry deployment
|
* 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
|
## Installing the Chart
|
||||||
|
|
||||||
First, add the repo:
|
First, add the repo:
|
||||||
|
|
||||||
```console
|
```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:
|
To install the chart, use the following:
|
||||||
|
|||||||
Reference in New Issue
Block a user