From 6373bea915dec03a98cc060cb10a0e2054280f99 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 29 Dec 2025 01:19:58 -0600 Subject: [PATCH] Allow push-to-create --- manifests/gitea/chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/gitea/chart.yaml b/manifests/gitea/chart.yaml index 81574da..e17c372 100644 --- a/manifests/gitea/chart.yaml +++ b/manifests/gitea/chart.yaml @@ -26,7 +26,6 @@ spec: values: # Gitea Helm Chart Values https://gitea.com/gitea/helm-gitea global: - appVersion: "1.25.3" storageClass: longhorn-default replicaCount: 1 @@ -71,6 +70,8 @@ spec: PROVIDER: db queue: TYPE: level + repository: + ENABLE_PUSH_CREATE_USER: "true" storage: STORAGE_TYPE: minio MINIO_ENDPOINT: "nas1.shire-zebra.ts.net:9000"