From fa696305cce241274aaf5f6d6be32a98b686ffc7 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 8 Jan 2026 10:46:05 -0600 Subject: [PATCH] Disable registration on gitea --- manifests/gitea/chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/gitea/chart.yaml b/manifests/gitea/chart.yaml index e17c372..39c3002 100644 --- a/manifests/gitea/chart.yaml +++ b/manifests/gitea/chart.yaml @@ -72,6 +72,8 @@ spec: TYPE: level repository: ENABLE_PUSH_CREATE_USER: "true" + service: + DISABLE_REGISTRATION: "true" storage: STORAGE_TYPE: minio MINIO_ENDPOINT: "nas1.shire-zebra.ts.net:9000"