From efdd1221440b89f708b917f7b955036b121c832a Mon Sep 17 00:00:00 2001 From: tegwick Date: Wed, 8 Jul 2026 13:26:14 +0200 Subject: [PATCH] chore(gitea): zero package upload limits for read-only mirror Align Helm values with coulombcore Gitea package push disable after Forgejo cutover; pulls remain available. --- helm/gitea-registry-values.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/helm/gitea-registry-values.yaml b/helm/gitea-registry-values.yaml index 23596f4..13b9778 100644 --- a/helm/gitea-registry-values.yaml +++ b/helm/gitea-registry-values.yaml @@ -10,8 +10,15 @@ gitea: config: packages: ENABLED: true - LIMIT_SIZE_CONTAINER: -1 - LIMIT_SIZE_PYPI: -1 + # Read-only mirror after Forgejo cutover: zero upload limits block new pushes. + LIMIT_TOTAL_OWNER_SIZE: 0 + LIMIT_SIZE_CONTAINER: 0 + LIMIT_SIZE_PYPI: 0 + LIMIT_SIZE_NPM: 0 + LIMIT_SIZE_GENERIC: 0 + LIMIT_SIZE_HELM: 0 + LIMIT_SIZE_MAVEN: 0 + LIMIT_SIZE_NUGET: 0 repository: DISABLED_REPO_UNITS: "" server: