mirror of
https://github.com/twuni/docker-registry.helm.git
synced 2026-03-17 18:40:17 +00:00
Compare commits
4 Commits
v3.0.0
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c901df31e | ||
|
|
803018a09d | ||
|
|
8d4e020c42 | ||
|
|
43ed2639ed |
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.4
|
||||
- uses: actions/checkout@v6
|
||||
- run: |
|
||||
helm lint --strict
|
||||
integration-test:
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.4
|
||||
- uses: actions/checkout@v6
|
||||
- uses: AbsaOSS/k3d-action@v2.4.0
|
||||
name: Create K3D Cluster with Container Registry
|
||||
with:
|
||||
|
||||
2
.github/workflows/helm_release.yaml
vendored
2
.github/workflows/helm_release.yaml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
2
.github/workflows/pr_diff.yaml
vendored
2
.github/workflows/pr_diff.yaml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
diff:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v6
|
||||
- uses: azure/setup-helm@v3
|
||||
- name: Run diff
|
||||
id: diff
|
||||
|
||||
17
README.md
17
README.md
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user