From 60ef163b22b8fcd0d1b171baf7370a953ec0a492 Mon Sep 17 00:00:00 2001 From: justusbunsi Date: Sat, 1 Mar 2025 16:51:57 +0000 Subject: [PATCH] docs(README): add installation instructions for docker.gitea.com (#817) Follow-up to https://gitea.com/gitea/helm-chart/pulls/814 and https://gitea.com/gitea/blog/pulls/429. Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/817 Co-authored-by: justusbunsi Co-committed-by: justusbunsi --- .markdownlint.yaml | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 30cdea2..977349e 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -129,6 +129,7 @@ MD041: MD044: # List of proper names names: + - docker.gitea.com - Gitea - PostgreSQL - Memcached diff --git a/README.md b/README.md index 333004b..021da35 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,12 @@ Alternatively, the chart can also be installed from Dockerhub (since v9.6.0) helm install gitea oci://registry-1.docker.io/giteacharts/gitea ``` +To avoid potential Dockerhub rate limits, the chart can also be installed via [docker.gitea.com](https://blog.gitea.com/docker-registry-update/) (since v9.6.0) + +```sh +helm install gitea oci://docker.gitea.com/charts/gitea +``` + When upgrading, please refer to the [Upgrading](#upgrading) section at the bottom of this document for major and breaking changes. ## High Availability