From 2dc7088a07bd06f6b4d5e5394bcf55a2819073ad Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 21 Oct 2025 10:51:50 -0400 Subject: [PATCH] gitea root url fix --- apps/gitea/actions/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gitea/actions/release.yaml b/apps/gitea/actions/release.yaml index 6b77505..48f8322 100644 --- a/apps/gitea/actions/release.yaml +++ b/apps/gitea/actions/release.yaml @@ -17,7 +17,7 @@ spec: enabled: true existingSecret: actions-secret existingSecretKey: token - giteaRootUrl: gitea-http:3000 + giteaRootURL: gitea-http:3000 statefulset: persistence: size: 1Gi