3 Commits
v3.0.0 ... main

Author SHA1 Message Date
canterberry
803018a09d Merge pull request #182 from twuni/readme-install-via-gh-pages
Update README with repo migration notice
2025-11-03 20:19:48 +00:00
canterberry
8d4e020c42 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.
2025-09-10 05:28:03 +00:00
canterberry
43ed2639ed 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.
2025-09-10 05:15:59 +00:00

View File

@@ -12,12 +12,27 @@ 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:
```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: