Disable gitea registration.

This commit is contained in:
2022-09-11 09:58:27 +12:00
parent a098c4c4fe
commit 9f0add842e
2 changed files with 4 additions and 1 deletions

View File

@ -3,4 +3,4 @@ appVersion: 1.17.2
description: Gitea Helm chart for Kubernetes
name: gitea
type: application
version: "1.0.1"
version: "1.0.2"

View File

@ -140,6 +140,9 @@ gitea:
ENABLED: false
database:
DB_TYPE: sqlite3
service:
DISABLE_REGISTRATION: true
additionalConfigSources: []