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.
This commit is contained in:
parent
09a2b2341c
commit
efdd122144
1 changed files with 9 additions and 2 deletions
|
|
@ -10,8 +10,15 @@ gitea:
|
||||||
config:
|
config:
|
||||||
packages:
|
packages:
|
||||||
ENABLED: true
|
ENABLED: true
|
||||||
LIMIT_SIZE_CONTAINER: -1
|
# Read-only mirror after Forgejo cutover: zero upload limits block new pushes.
|
||||||
LIMIT_SIZE_PYPI: -1
|
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:
|
repository:
|
||||||
DISABLED_REPO_UNITS: ""
|
DISABLED_REPO_UNITS: ""
|
||||||
server:
|
server:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue